Loops only log with a small number of loop runs

  1. My goal:

See loop information in logs and data. Get return values from loops,

  1. Issue:

Logging is non-existent once the number of loop runs increases. Affects sequential and batch modes.

  1. Steps I've taken to troubleshoot:

Tested with a reduced number of runs and logs show.

  1. Additional info: (Cloud or Self-hosted, Screenshots)

Cloud. First screenshot, no logs. The second is a reduced number of runs showing how logs should work.


Hi @DuncanRitchie,

Are both the screenshots the same workflow without any changes being made?

It appears that the first screen shot finishes and does not contain a loop block. I am assuming you are looking to see the results of console.log() of a value from inside a loop block.

Around what number do the logs not appear? I just did some testing with 100 and 200 loop iterations with sequential and batch modes and although it is slow and take some time, the logs do appear for me on cloud.

If you are able to share the JSON export of your app so I can test the workflow and see if I can reproduced the behavior? Or give me the exact steps to follow to reproduce this?