Hi. Is it possible to use a wait for prev. action in a loop somehow?
I have an array with some URLs and a loop with For every X element.
Copy as text does not work for me, so here is a short version of the code:
ajax set response binary
ajax request url
wait for prev. action
dictionary: add key with base64 string of the image from the binary object
This works for one item but all other items are not in the dictionary.
Any idea how to fix this?