Skip to main content

#LightningLounge  When using the new Flow before save functionality.   If you have multiple before save updates on the same object in 1 flow you cause issues of changes for 1st update being overwritten by subsequent updates.     Do you recommend or have to separate before updates on 1 object  in separate flows?

2 comments
  1. Mar 18, 2020, 7:42 PM
    Correct. So if you have 1 before update in a flow, and then another before update....the 2nd update will over write what was done in the 1st update...because update 1 has not been saved yet. So, doing 2 before update actions in a flow doesn't work.
0/9000