When new email arrives im extracting subject values and storing it in the list item
Incoming email sample
Subject:USA,Client9
So if they are using same subject values but different attachments then it should update document library for the new attachment but at list item level it should not create new item as per below, so how to prevent duplicity in this context.
Flow details
How to prevent duplicates in the list item and in my case if the subject has same values then how to restrict those items
Apologies and please help me with more details of what should i check in the context of flow getting triggered more than once and what loop i need to put to check the same
I don't see any loops in your flow, maybe your flow is getting triggered more than once. Can you check?
I tried the same but no luck,its not creating new record for new items as well
You could query the list first using Get items with a filter
customer eq 'variables('Customer')' and country eq 'variables('Country')'
If the length of the action above > 0, employ the update , otherwise use the Add action.
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492