- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 08:29 AM
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.
Solved! Go to Solution.
- 13,557 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 08:47 AM
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 08:47 AM
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!