Process Script

This node allows you to run a custom Python or Ruby script.

Input Fields

field
schema
explanation
runtime
string
Choose the relevant Python and Ruby version.
src
source_code
The actual code to run.
a
any
A data field to pass data into the script
b
any
A second data field to pass data into the script

Output Fields

field
schema
explanation
a
any
A field to pass data from the script to other nodes
b
any
A second field to pass data from the script to other nodes

Related FAQs

Why does the Script node time out after 3.xx seconds?

When the node times out after 3 seconds, this is an indication that too much data is being processed, which cannot be handled properly. You may solve this by using the Slice and ForEach nodes to split the data into multiple chunks and process them after one another.

Did this answer your question?
😞
😐
🤩

Last updated on November 3, 2022