Mass Updating Same Field For Multiple Selections

0
Hi everyone, I’m wondering if there is a way to edit multiple selections in a data grid, and then mass update the fields for all that is selected.   For example, let’s say I want to select all of the data, then edit the “Campaign” field at the same time for all of these to say the same Campaign. Is there a way I can do this? Right now, you can only edit one at a time. 
asked
1 answers
0

Yes it can be done. Create a microflow where you pass the list of selected objects. You might want to create a helper object for easy retrieval where you attach the selected objects. Now create a page with the helper object and show the fields you want to mass update. Add button with commit change where you again pas the helper object. Then do the retrieval of all the selected objects and iterate over it to make the changes that you have collected in the helper object.

Regards,

Ronald

 

answered