Hi all,
I have flow which triggers when a new record is created, and then checks for the duplicated record based on a field value. If duplicate record is detected then I want perform some action.
And here is the screenshot of the flow




The problem is, when i try perform any action in No branch using the record from 'when a row is created' trigger, it shows " ActionFailed. No dependent action succeeded" in the condition used in the 'Apply to each step', however the action are executing correctly and i am getting desired results...
To be more clear, here is the example,
When i try to use delete action in No branch to delete record which i get from List row, the record will be deleted successfully..
BUT when i try to delete the record from 'when a row is created' trigger, the record will get deleted but in flow i will a get a error as ActionFailed. NO dependent action succeeded.
I am getting this error only when I try to use record from trigger.
Is it because of Apply to each? I don't know why I am getting this error.
I tried to use compose after Apply to each, and setting congratulation run after to successful and skipped... BUT it is not working.
Please help me with this..
Thank you...