cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Prabhu_Navis
Level 3

For loop or looping conditions based on user input variable

We are using installanywhere 2020 for our product.

In our installers, we have a panel to get user input with below 2 options

1. Single Facility

2. Multi facility (If multi selected, the user has to input the count for no.of facilities). 

 

The option 1 works fine as we are simply navigating to the next panel and user will input the values one time and installation will work as expected.

Panel1.png

 

Panel2.png

 

 

But for option 2, i.e multi facility and if the user inputs count as 3, the next panel has to loop 3 times and get the values for facilities 3 times as the user has requested 3 facilities. Could you please help us on how we can achieve this. This is mostly like a for loop. 

 I have attached the panels for your reference.

0 Kudos
(0) Replies