function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
franky@gmail.comfranky@gmail.com 

Multiple Assignments in a Flow Loop?

I'm new to Flows, and am looking at 5 flows that had been bulit by a developer of ours not too long ago.  The flows are currently being triggered by a Process Builder process.  The business process goes like this:

When an invoice is created or updated, roll up the amount value to one of the 5 fields on the Account record.  Which one of the 5 fields depends on whether the invoice is paid, or past due.  If past due, 30, 60, 90 or >90 days past due.  My question is:  Is there a way to group all of this into just one Flow, instead of having 5 separate flows, that essentially does the same thing, except to different fields?