Want to select all checks for objects that present in data view with select all button name

0
Hello Everyone , I want to create new button which triggers to select All the checks boxes for objects in that data view within page . Can anyone guide how to do that .  Thanks and regards 
asked
1 answers
1

Heey Sunkara,

 

What you want to do in this case is have the button trigger a microflow. In that microflow you retrieve all the objects that you also show in the page. Then you loop through all the objects and change the value of the checkbox attribute. Then you end the microflow with commiting that list and refreshing the objects.

 

Hope this helps.

Kind regards,

Edo

answered