Launch a Form using App Studio and take values back (Value out)

Hello EpiUsers

I am currently learning App Studio and need some guidance on how to launch a form using App Studio and retrieve values from the launched form (Value out).

Specifically, I would like to create a main form its launches a new dashboard (App-Open). In the newly launched dashboard, the user should be able to select a grid row within the dashboard and then click on the “Select” button. When the button is clicked, the selected values should be passed (value out) to the main form and the new dashboard closed.

Could you please walk me through the steps to achieve this functionality? Any example or code snippet that demonstrates this process would be incredibly helpful.

Thank you all for your time and expertise!

You can also use this to pass an entire dataview back:

3 Likes

Many thanks for providing the answer to my query! Your assistance is highly appreciated.

1 Like