AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.78k stars 1.1k forks source link

In the form, the data from "loop data" is not entered. #1572

Open alejandrobenimeli opened 7 months ago

alejandrobenimeli commented 7 months ago

Describe the bug In the form, the "loop data" is not entered. If I put in Forms > Text field {{loopData.idLoop}}, it doesn't change. The loopData information is always static. The ones I see changing are those of prevBlockData, where I have seen it go through the data of my array, but I don't know how to capture those data. I have tried with {{referenceData.prevBlockData.data}} and {{referenceData.prevBlockData}}, and neither of the two has worked. What should I do?

To Reproduce Static, no change image

Don't work: image

Don't work: image

No change, static data image

IMPORTANT In step 1, where no change, static data with {{loopData.idLoop}} in Forms. In the first iteration, it does put the data of the first in the array, but in the second iteration, it doesn't put anything, even though the same data is still in memory. image