workflow-repeater

Description

workflow-repeater adaptor runs a data-flo adaptor(s) from another Workflow within the current Workflow.

This adaptor applies the reference workflow adaptors to each row of your current workflow.

Inputs

data Type: datatable Required: Yes The datatable.

workflow Type: text Required: Yes The ID or the URL of the Workflow to run.

Outputs

data Type: datatable The datatable.

Examples

Example 1: Default behaviour.

Inputs:

data:

idcode

1

GB

2

TR

3

US

4

IND

5

IND

6

us

workflow: nBqNLD6DokPC2TUg8rmpd

Outputs:

data:

idcodename

1

GB

United Kingdom

2

TR

Turkey

3

US

United States

4

IND

India

5

IND

India

6

us

United States

-> Ran a workflow to add a column name to the datatable.

Last updated