Okay I found the issue.
It looks like the flow runs too fast. I need to put a sleep module between the tranformations.
Here is the issue:
Another sleep module needs to be put at the end of the flow, to enable the picture to be uploaded into the field, allow enough time before the flow goes back to iterator to start with the next picture.
Another issue was I had to add one more step to read the attachment field after the picture was added but before the next round is run. This is to allow the flow to see the current number of attachments in the field I am updating:
The last issue I had was to configure correctly what goes into the last Airtable Upload a Record step into the attachment field.
The syntax needs to be specific: The checkbox “Map” must be turned on. Here is how I set it up:
That means: only the exactly as it shows. Do not add the URL part to it…e.g. selecting 117. testpics URL … or 102. Array URL … would not work.
Last cosmetic improvement:
Small modification as the last step - customizing the title of the attached processed images:
Now the complete flow working:
Fooh,… anways, this is working now. It was like several hours to get this working. Finally done this, this been on my list for years.