Data Mapper
Transform and map data between flow steps in Fastn. Route outputs from connectors, variables, and secrets into the format your next step needs.
Last updated
Was this helpful?
Was this helpful?
res = steps.chatGPT.output.choices[0].message.content{
"json": {
"res": "{{data.steps.chatGPT.output.choices[0].message.content}}"
},
"actions": {
"json": {
"action": [],
"targetType": "object"
},
"json.res": {
"action": [],
"targetType": "object"
}
}
}