Step Output Transformation
Transform the output of step that contains any JSON data
using guidance from Blink 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.
- In the Workflow's step output, click the 'Transform' button in the top right corner to open the Transform Output Editor.
- This will use the last-received JSON data as the sample. Continue by entering your prompt in plain English with Blink Copilot or add a
JQ Command
manually, then click Generate. You can edit the generatedJQ command
if it's not exactly what you need.
- 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.
- You can find the transformed output data in the "Transformed Output" tab. You can also compare the original output to the transformed output.