If all child records have a picklist value of Authorized, then update parent record to Pay Request; if not all child records have the same picklist value of Authorized, then update parent record to Partial Pay Request.
I have a flow but it's not working -- Im trying to determine if I should use (A) a record triggered flow on child object when picklist status is Authorized, then loop through all child records associated with a parent record and update parent record accordingly. Or, (B) create record triggered flow on parent object, get all child records and loop through child records to determine if status is in fact authorized for every child record, then I am not sure where to go -- if all child records are authorized, then parent status needs to update to one specific status; if not all child records are authorized, then parent record needs to update to a different status.