Automatically select list in datagrid action button

1
Hi all, I have a UX-issue. Is it possible to automatically select all items in a (filtered) list when triggering a microflow with a datagrid action button. I have a scenario, where the users can filter a list, after which they can edit the selection in bulk. Now it is the case that they first have to press a ‘select all’-button and then the action button, but is it also possible to combine these two buttons?  Kind regards, Steve Jonk
asked
1 answers
1

Hi Steve,

Maybe adding a “HtmlSnippet” on that page use Jquery/Javascript option, write the onclick for the “action” button, inside the onclick function either select all rows in the grid by script or let it click the “select all” button. 

That was a thought.

Regards,

Sufian.

answered