regarding dynamic for cretion

0
i am making a dorm designer in which we have given input  as  integer on increasing the number we want to  increase the check box.
asked
1 answers
0

You can.

 

Create a microflow.

Add a while loop inside of it and let it loop based on the given input number.

In this loop, add a object to a list.

This object (entity) should have a boolean attribute.

 

Show this list on the page and in every list item show the boolean.

 

answered