Flow Designer script to look up previous step - Create Catalog Task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2023 08:38 AM
I'm working on a Flow where I need to use the opened_at date from the previous step in my flow to calculate the due date. I'm trying to use a script to do the calculation. I've found where I can reference a previous step in the flow using fd_data._#__get_catalog_catalog_variables.variable_name or fd_data._#_for_each.variable_name. The previous step I'm trying to reference is a Create Catalog Task action. I've tried fd_data._#__create_catalog_task.field_name but that is not working. Does anyone know how to reference a Create Catalog Task step in a flow designer script? Or does anyone know what table the flow designer action names are stored? When I type in fd_data. the typeahead is not populating.