Hi Power Automate Community,
I have built a flow that gets attachments sent to a shared mailbox, saves them in OneDrive, uses AI to read the invoices, add the details into a SharePoint list then email the submitter to notify on a successful/failed row creation.
Now here is where the issue lays, the SharePoint list has two columns that are set to "must contain unique values" to ensure duplicates are not created, which is causing the "Create Item" action to fail (that is to be expected as I don't want it to succeed and have configured run after to notify the user that the record was not created.).
The problem is that if this step fails (which it will do if duplicate invoices are sent to the mailbox) the Entire flow shows as failed.
Is there a way to mark the flow as successful, even if that one step fails?