Referencing Data From Previous Actions

Some actions have a field where you can enter a Reference ID. When you enter a name for it, succeeding actions should be able to use the value that resulted from the action using the Reference ID.

To use an earlier referenced value, inside an action, click the reference button (⚡ lightning icon) next to the input field. This will show a list of all Reference IDs found in previous actions.

Picking a referenced value from an earlier action

Once you've picked the Reference ID, it will show up as a string like "data.XXXX". You can prepend strings and append strings to it like the following:

You can add text even if the value is referenced.

If you need to manipulate the referenced value, you can do so using the Run Custom JavaScript Action, you can also access and manipulate these values using their names.