Using fd_data in REST Step of Flow Action?

David115
Tera Expert

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
fddata.png
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.
options.png
Thank you
5 REPLIES 5

Amit Pandey
Kilo Sage

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