Running a Microflow in Background

0
Hi, I have a entity with 3 attributues ( Hours,ResourceCount,Sum). I need the attribute Sum to be populated with the addition of “Hours” and “ResourceCount”. I did a Microflow to Sum the attributes. How do i configure the Microflow, so that the attribute “Sum” auto populates, whenever a record is inserted? Please help. 
asked
1 answers
0

Hi Udhan,

You could opt for an ‘On Change' event that adds the values in a microflow directly after the user moves away from the input field,

And/or use a Custom save button in which you, before committing the object, calculate and set this value.

Good Luck

answered