Hello,
I am writing this post because i’m blocked and i have don’t find something to help me.
Currently, i have a form with a title inside and a pull of checkboxes and i can change it dynamically. But I want to create as many couple of title - pool of checkboxes as i need.
For exemple : I have 3 roles (po, dev, ba) and 5 people per role. And i want to represent it like
Title : PO
Checkboxes : PO1, PO2…
Title2 : DEV
Checkboxes : DEV1, DEV2
(i know it seems weird but it’s just a way for me to be clear )
Is there a way to generate all of this dynamically ? → It is already filled dynamically with arguments but i haven’t found anything about it created this way
Thank you for reading me and hope someone will find a way to solve this !