Hi everyone,
I have the following iterative macro:
which should take Output 'o' and give to Input 'i'. When I run the workflow, I can see in Logs that, output is being updated however, it is not sent to Input. My configuration is:
Anybody any idea how I can solve it?
Hi @nazrin_guliyeva ,
Create a new workflow while having that iterative macro open in a separate tab, right click on your canvas, hover over insert and then select the final option down which says macro. There you will be able to see your iterative macro and once you select it that will appear on your canvas.
For an iterative macro to run, you should run it in a separate workflow to have the engine iterations counting and data from the I output being fed to the input. Make sure that you provide that iterative macro tool with an appropriate input data.
Cheers,
Angelos