JSON data using guidance from Builder Copilot or manually entering a JQ command. This feature uses build-time AI to generate JQ commands from your text prompts, allowing you to reshape data formats or focus on essential information.
1
Open the Transform Output Editor
In the Workflow’s step output, click the ‘Transform’ button in the top right corner to open the Transform Output Editor.

2
Generate a Transformation Prompt or Command
This will use the last-received JSON data as the sample. Continue by entering your prompt in plain English with Builder Copilot or add a 
JQ Command manually, then click Generate. You can edit the generated JQ command if it’s not exactly what you need.
3
Preview and Apply the Transformed Output
It will also immediately run the generated script with the sample input data and show the in the “transformed output” section. To apply the transformed output to your Workflow, click the “Apply” button.

4
Compare Original and Transformed Outputs
You can find the transformed output data in the “Output (transformed)” tab. You can also see the original output, in the Original Output tab.

5
Use Transformed Output in Dynamic Variables
With the help of the Variable Picker, you can access a step dynamic variable and choose either the step’s original output (
original_output) or its transformed output (output).