Hi there,
I have built a flow to ensure new starters receive the appropriate reviews by their line managers.
The flow works by detecting the subject of the email sent by DocuSign and according to that it either "Add a row on a table" in Excel, or "Update row" for existing rows.
The final goal is to have a table with the name of the employee and various columns (e.g. 2 weeks, 1 month, 2 months, etc.) where the management can monitor if the performance reviews have taken place.
The flow it's actually working, but I keep receiving "Failed" messages. I wonder if anyone could help me understanding why.
Here is the flow:

Now more in detail

Where:
Compose 2 = outputs('Compose')?['Co-worker Name']
Compose 5 = outputs('Compose')?['Co-worker ID']
Compose 3 = outputs('Compose')?['Line Manager']
Compose 4 = outputs('Compose')?['Unit Number']
The Switch function will then define the "Email Subject". This will then trigger the below actions:
- 2 weeks review = "Add row in table"
- 1 month review = "Update row in table"
- 2 month review = "Update row in table"
And so on.


And so on.
When I run the flow I get the following error message:

But the flow itself has worked, as you can see here below:

I am still relatively new to Power Automate and really not sure why I get this error.
Thank you very much to anyone who is able to help.
Ale