automa icon indicating copy to clipboard operation
automa copied to clipboard

[Workflow] Nested workflows overwriting global table

Open n1xn opened this issue 2 years ago • 0 comments

Describe the bug

Online-shop > Categories > Sub-Categories > ProductList > ProductDetails

Setting up a workflow for each step, in sum 5. Each workflow has a loop to extract data and pass it to the next via variables. The last workflow has now all data and is inserting into global table. When all loops are done the first workflow should export this data to CSV. The problem is that every new loop iteration higher then ProductDetails is resetting the global table.

Expected behavior

Don't overwrite the global table or have the ability to pass data up in hierarchy.

n1xn avatar Jan 27 '23 12:01 n1xn