B3
TemplatesIntegrationsConnectors
Back to Integrations

Data-processing

Tag

3 integrations tagged with "data-processing"

Format Data

action

Turn data (objects or arrays) into a readable string using a template. Use {{@field}} placeholders to reference fields from your data. For number formatting (commas, currency), use the Run JavaScript action instead.

Run JavaScript

action

Write custom JavaScript to transform data any way you need — format numbers, sort arrays, calculate values, merge objects, and more. Define a transform(input) function; the result is available as {{nodeId.result.output}}. Runs in a secure sandbox with ES6+ support.

Text Pattern Match

action

Match text against a pattern and extract named values from it. Useful for parsing dates, addresses, URLs, and structured text. Uses Go RE2 regex syntax.

Back to Integrations
⌘K

Data-processing

Tag

3 integrations tagged with "data-processing"

Workflow
Action

Format Data

Turn data (objects or arrays) into a readable string using a template. Use {{@field}} placeholders to reference fields from your data. For number formatting (commas, currency), use the Run JavaScript action instead.

12 workflows
12k runs
98% success
utilityformattingstring+2
Type:format
Fields:3 (2 required)
Action

Run JavaScript

Write custom JavaScript to transform data any way you need — format numbers, sort arrays, calculate values, merge objects, and more. Define a transform(input) function; the result is available as {{nodeId.result.output}}. Runs in a secure sandbox with ES6+ support.

44 workflows
3.3k runs
97% success
codetransformjavascript+3
Type:code-transform
Fields:5 (2 required)
Action

Text Pattern Match

Match text against a pattern and extract named values from it. Useful for parsing dates, addresses, URLs, and structured text. Uses Go RE2 regex syntax.

6 workflows
70 runs
97% success
utilityregexparsing+3
Type:regex
Fields:3 (2 required)
B3
TemplatesIntegrations