ChrisC
BuildShip14mo ago
32 replies
Chris

Formatting Workflow Output in API Call Trigger and setting HTTP Status Code

How do I switch my account back to the V1 builder? I need to be able to set http status codes on api trigger responses and it seems like this isn't possible on Flow Builder 2.0
Solution
oh, the Workflow output section you see in the image only kicks in at the end of a workflow execution.

So, in your case for instance, you can add two output properties to the output node of your workflow (image 1).

Then, in the workflow output section of your trigger, you can pick these properties and assign them to Response Body and Status Code (image 2)
Screenshot_2024-11-24_at_04.37.53.png
Screenshot_2024-11-24_at_04.39.28.png
Was this page helpful?