Hello,
I have a problem with a data action.
I have configured it in a flow of type Workflow.
I have added notifications for the 3 branches, sucess, failure and timeout.
The data action works correctly in the UI, through the flow in 90% of the cases it goes to the failure branch, but in the performance metrics of the data action, it always executes correctly, there is no error.
On the other hand, in the failure notification it is not giving me the value of the variables configured for the execution logs.
I believe that the flow itself could chose to take the failure path if there is a problem with the inputs you are trying to send to the data action. This would cause the flow to take the failure path without it showing up in the performance metrics. You could try replacing each input one at a time with a hardcoded "known good" value in order to isolate the issue.
Another option is that the support department can look into why your actions are taking the failure path.
What I am trying to do is to save in a variable the content of a url, that url is the one generated to get the transcript of a conversation (hosted in aws).
This is the data action itself.