I created a custom screen (Screen 1) with a custom DAC, which includes a grid.
There is another custom data entry screen (Screen 2) used to input parameters. I want to display all the parameters entered in Screen 2 within the grid of Screen 1 and allow users to enter and save the corresponding values for those parameters.
I tried this, but currently, I have to select each parameter individually to add it to the grid. Instead, I want all the parameters to automatically display in the grid of Screen 1 when the user navigates to that screen.
How to do this?
Any detailed instructions, tips, or code snippets would be greatly appreciated. Thank you!