Using fd_data in REST Step of Flow Action?
Options
- 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:
inputs.fd_data.action_inputs.serviceName
fd_data.action_inputs.serviceName
fd_data.current.action_inputs.serviceName
fd_data.trigger.action_inputs.serviceName
2. I've seen some screenshots that have an fd_data popup with options, like an autocomplete. How do you activate that? Not my screenshot, just meant to illustrate what I'm talking about.
Thank you
5 REPLIES 5
Options
- 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