I have an input variable which contains a list of values. I would like to display each value on a separate screen.
Here’s how the input variable looks like:
calculate mitigation_list instance('contact-summary')/context/mitigation_list
The size of the list keeps on changing based on what was captured in the previous form. Hence, the need for dynamic screens.
Each screen will display the value from the list. So, screen one will display value1, screen 2 will display value2, etc etc.
I know that in order to repeat a screen, I need to use begin repeat. However, how do I set the loop so that every value is displayed on a separate screen?
Also, how do I display the value ?