I have a workflow with 2 sequential REST API actions (both POSTs). The second action needs to use a value returned from the first action. I can’t find the actions anywhere in the binding UI so I don’t know how to get the value from the first action to bind it to a field in the second action.
you can access the value of the previous action, so you can change a variable value in the next step.
Of course every time you load the editor there is not test data in the workflow, you need to test the previous action to see the data.
Thanks for your advice here, I can see the Action responses in the Actions (lightning) tab now.
This tab was completely empty for me which is why I submitted this question. I’ve now created a new workflow and I can see the actions in there. Perhaps a bug?