How to use form inputs into http request action for workflow

Hi Team,

Is there any way to use form inputs into http request body for workflow, I tried to use several combinations but getting error while traversing my request while testing.

{{$.formData.businessLocation}} I am trying to use such expression from my previous form step which is taking two inputs , those inputs I need to use

Hi Everyone, There is way to take form inputs that can be utilize with Http payloads.

Format:

{{$.stepname.value1}}

{{$.form.formData.<technical key of form input>}}

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.