Using fd_data in REST Step of Flow Action?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 05:28 AM
I'm trying to dynamically create a Request Body in a REST step in a Flow Action to only include certain information when needed.
The issue I'm running into is I can't seem to access the Input Variables using fd_data.
1. Can you access the Input Variables in a Flow Action using fd_data? How?
I've tried things like:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2024 10:32 AM
Hi @David115
I think the correct way to access the serviceName input variable would be fd_data.inputs.serviceName. Can you give it a try?
Regards,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi, if you need data from the previous steps in a Flow Action, you can also use the input variables of the script step:
