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
R557R557 

Record Triggered Flow

Hi,

I have created a Recird Triggered Flow hat updates a field on Obj1 record at the time of insert/update from the value of a field on existing Obj2 record, and leaves the field blank if Obj2 doesn't exist.

Now, I want to incorporate the scenario where Obj2 record might be added at a later stage and the Obj1 field should get updated.