Access flow variables from a step in script

Kyle Pasmore1
Tera Contributor

Hi,

I am trying to use a variable created in step one of a flow in a script later on in the flow.

I know trigger variables can be called with fd_data_trigger.variable_name , but can I do the same from a variable created from a different step.

Hopefully the screenshot below from a test will help explain.find_real_file.png

1 ACCEPTED SOLUTION

Allen Andreas
Administrator
Administrator

Hi,

You can use: fd_data. and after pressing the period(dot), you'll see the selector show up and you can pick that variable from the list.

For example, it may look like:

fd_data._1__submit_catalog_item_request.status

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

View solution in original post

1 REPLY 1

Allen Andreas
Administrator
Administrator

Hi,

You can use: fd_data. and after pressing the period(dot), you'll see the selector show up and you can pick that variable from the list.

For example, it may look like:

fd_data._1__submit_catalog_item_request.status

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!