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
Bill FoxBill Fox 

flow other actions

If use an "Other Action" in flow, can I retrive the ID of the record just created?
User-added image
Grazitti TeamGrazitti Team
Hi Bill,

Yes you may get the id of the record just created and use it in other Actions.

let us know if you have any question .
please don't Forget to Mark this as your best answer if it works fine for you

Regards,
Grazitti Team
Web: www.grazitti.com

Bill FoxBill Fox
How?
Grazitti TeamGrazitti Team
Hi Bill,

So this how you need to go forward.
1.  Say I have a Account that I created and I have an AccntID variable of input and output type .
2. My other Action would be a flow (say create Contact) that would need this exact ID as an input so define it with the same name as AccntID 

let us know if you have any question .
please don't Forget to Mark this as your best answer if it works fine for you

Regards,
Grazitti Team
Web: www.grazitti.com
Bill FoxBill Fox
In your example, how do I retrieve the Contact ID of the just created Contact?
Grazitti TeamGrazitti Team
Hi Bill,

Its the Apex Plugins and not actions/Glocbal actions where outputs are configurable, what you would need to do as a work around is to do a record lookup with all the data fields that you have used for creating a contact .

Hope this helps ,please don't Forget to Mark this as your best answer if it works fine for you.

Regards,
Grazitti Team
Web: www.grazitti.com