how to update all rows at ones based on one column in microflow

0
hi,  Based on Date column I want to update year and month and domain model is  as Date is imported from excel and Year and month columns are created later. I am using microflow to update this 2 columns based on Date column so, do we have any list operation as I can update all at ones.  
asked
2 answers
0

Hi Pranaya,

You need to write a microflow which will loop over all the objects in Entity and change the object to set the year and month as per the date attribute.

Take a look at the documentation for this here and for date time operations here

Hope this helps!

answered
0

Hi Radhika,

I have followed your steps as created microflow 

and created one action button on data grid and passing this microflow on on_change event but when I click that button nothing is happening can u please help me.

answered