How to select all rows in DataGrid2 using microflow
0
I would like to ask a question about checkboxes in DataGrid2.Is there a way to check all rows with button + microflow instead of checking "All Select?" *The data I am displaying in DataGrid2 is non-persistent entities.
asked
Yuki Ueda
1 answers
1
Hello Yuki Ueda
You can retrieve all records in a microflow and set an IsSelected attribute in your non-persistent entity = true
please recommend this answer as accepted answer if it does the job you need