[SalesForce] Prevent Recursion of Process Builder

I have made a flow on an object which creates the child records with copying its field value(Amount) to all the children. I also have a rollup summary which calculates the field values of all children and update and on parent record. Now When I update the child field(Amount) parent gets updated due to roll up summary and flow gets called which overrides the given value by user to parent's field value(Amount). How can I restrict it.
Any help will be appreciated

enter image description here

Best Answer

go to the advanced section in the Define Criteria for this Action Group and select yes "Do you want to execute the actions only when specified changes are made to the record"

Related Topic