In custom actions, how do I access variables higher up the flow in steps lower down?

Hi All,

In the custom action below, how would I be able to post the rowId from step A in step B?

image

Thank you in advance for your help.

Best

Cor

That’s a bit hit and miss.

What I would do is set a Unique Identifier (UUID) in a User Specific Column prior to the action, then use that UUID both as a TransactionID in the Add Row action, and for the webhook.

Thanks @Darren_Murphy - was hoping there was a simpler way that I was just not seeing :frowning:

Hi @Darren_Murphy - I managed to get this working. Thank you for your help.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.