Need help on displaying dynamic list.
Comments
-
Hi there,
I would like to display a dynamic check box list. The text of this Check box list comes from a list which generated in flow. Since the count of this list is different, that’s the reason why it’s a dynamic check box list.
Could you tell me how to achieve this issue?
Thank you.
-
Hi,
Here is the solution :
The sample flow that you can create for this is by creating a Flow that will fetch all System Accounts named FetchAllAccountFlow. Navigate to Integration -> All Integration -> Internal Services -> AccountServices -> GetAll.
Create another flow and add Run Flow step into it. Select the created flow FetchAllAccountFlow in this step. Create a form and add a CheckBoxList component in this form.
In the Form properties : Provide List Items DataName and select Type as String.
Map the output of Run Flow step as the Input to CheckBox list.
Please let us know if that helps.Thank you.