- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 08:05 AM
Hello,
I am trying to create a custom Flow in order to connect to an external API when an specific type of task is created. The idea is to send info from some fields in that task in the API call, but even if in the Flow I can select in the data picker any field from the trigger form:
In the action I cannot retrieve them:
Until here, this makes sense, because I am created two different things, but the main goal here is to use this action in the Flow, so it feels natural that the flow trigger task fields should be usable in the Action. Is there any way to do this?
For now I did a workaround which was to create a script that gets the field from the last item created of that type in the last minute, but this is not really cool.
Best regards,
Miguel
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 07:38 AM
in your action, click on that variable input button and create new input type, it will be visible on flow like below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 09:07 AM
well, if we see the first screenshot, i dont see you connecting the action you created to your flow.
just click on that add an action + sign and select the action you created and pass the triggered value as input, you will see it once you add it.
Best regards,
Harshad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 12:40 AM
Hi Harshad, yes sorry, I did the screenshots in a new one I created for testing and hadn't added the action yet:
But a this point, how can I add the value as an input?
Thanks a lot.
Best regards,
Miguel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 07:38 AM
in your action, click on that variable input button and create new input type, it will be visible on flow like below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 08:16 AM
Wow, thanks a lot. I think I was expecting it to just pop up without saving and publishing the edited action after adding the input, but needed to do that and then reload the flow designer.
Thanks again!