My goal: Trigger a function for each file recieved.
Issue: Transformer have information but the loop receive an empty array. So it doesn't enter the loop.
Hi @Rodrigo,
Are you using Retool Cloud or self hosted?
I believe it is expected that the input would be empty there since you should have access to expand the loop logs and inspect each iteration. In that iteration's blocks, you can see what inputs are available:
Do the global logs show that the function is getting triggered?
What does it say for the loop1 data tab?
I found the issue. Some of my expected params where empty in the loop. That is the reason it didn't work, eventhough those params were not used inside.
Thank you!
1 Like



