Leandro
Leandro5w ago

Preprocessor on flows

Hi guys, in a flow, on can i pass, using an JS expression, the result of a preprocessor that i have on my flow? i tried results.preprocessor or preprocessor.id for like only getting the id of the result and it says it's not defined on the response of the request. Thank you
2 Replies
Hugo
Hugo5w ago
the result of the preprocessor will be passed to the inputs of your flow (result object keys must match flow input names) you can then use them using flow_input.
Leandro
LeandroOP5w ago
Thank you , i understant it now

Did you find this page helpful?