Hello,
I've created a simple flow that saves attachments from items in Sharepoint list to the folders. Folders are created per each list item based on its name. The trigger is 'when at item is created or modified' as it happens that users are adding attachments after list item is created. The flow works great and attachments are being saved. However, the problem is that whenever the flow runs for the second or third time because list item is modified, e.g. because its status changes, the flow fails. It looks that it tries to save the attachments which are already there. Although I have create a condition which should allow file creation only for attachments which are not in the folder already, the condition always returns 'true'. Most probably, the formula in the condition is wrong.
I would be grateful for any help on this.