Support2022-11-13T16:54:26+00:00The ‘Row by Row’ task is applied on table that are stored in a top-to-down list shape:
Month
Revenues
Jan
234
Feb
332
Mar
343
Apr
444
For those data lists, Row by Row can add a column containing:
Trailing N Rows Average
Index from Row-N
Absolute Row-on-Row Growth
Relative Row-on-Row Growth
Compound Row-on-Row-N Growth
This task is in particular handy together with the ‘Header to Label’ task, as many input tables are sorted left-to-right for date columns. With the header to label task, those tables get converted in top-to-down row by row lists prior to running the Row by Row task.
Go to Flow Gallery and Copy & Edit the Row by...