How to fetch the input variable from Action in flow designer. PFA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 03:58 AM
Scenario: PFA, The ''F2" Input Variable comes under "F" and type is Array.string.
Issue: What should be the script to retrieve the "F2" Input data?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 04:06 AM
hello @vishalj ,
you can try this fd_data.inputs.f.f2 --> replace f and f2 with inputs values
But use inputs values for f and f2 instead of input labels
Hope this helps
Mark te answer correct if this helps you
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 05:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 06:07 AM
@vishalj can you please send the exact line that you wrote ?
also also when you just typed fd_data.inputs you should have got the pop up showing sugegstions of all the inputs