Hi Taraka
You can use a Datagrid to achieve this. Set the Selection mode to ‘Simple multi-selection’ in the General tab of the Datagrid as shown below
Now Add ‘Select All’ button on the Datagrid. Add another Action button on the Datagrid and call it ‘Clear’. This button should call a microflow that has a list of selected objects as input parameter. Loop through this list and remove the association . Remember to commit only after the loop.
How can we map select all and clear all functionality by grouping some options?
Ex: I have some options like: A1, A2, B1, B2 and C1, C2
I want to Group A1 and A2 with A Otption. It should show like A, A1, A2, B, B1 etc
Any Suggestions?