Hi all,
Is there a way how to catch duplicate list items error in the flow and if found, not fail the flow but end it?
I have a column in the SharePoint list, where I'm enforcing unique values:

Now the flow fails (creating a new record on the list based on some condition) if there already is an item with the same value in that column:

Can I somehow catch that error and not fail the flow in such case?