Hey, i have a flow where files get uploaded from dropbox, then clasified by the ai and then moved to another dropbox folder. This works fine with the first file but after a second file gets moved to the same folder i get the following error:
Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.
You can upload images here using the Upload icon in the text editor:
2. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
(Note: Exporting your scenario will not include private information or keys to your connections)
Please provide the input and output bundles of the trigger/iterator/aggregator modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
A.
Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
Thanks for sharing the blueprint. The issue is with “download a file” module mapping. You have mapped first file id from the array that is downloading repeatedly. Hence, the file is already moved at first bundle process from the folder, then for next bundle process, file couldn’t be found in the folder.