Data action takes the failure path in flow

Hi. I have a data action that I'm using in a secure flow that succeeds if I test it in postman and in the data action test UI. However it always takes the failure path in flow. I'm in the process of checking out the inputs to make sure nothing there is causing it but I have tried all sorts of different values (and no values) in the tests and always get a 200 response.

Is there any way to get more specific information about the error from the data action in the flow?

Thanks.

Hi, hm the only thing I can imagine by a such inconsistency between TestUI in DA and your Flow, that DA was changed but not published and the flow uses the previous version. Make sure you published your working version of the DA. The next possible issue is quotes (missing or unnecessary) if you use string type parameter, which causes successfull test in UI but not calling it from a flow.

You can open up a case with customer care. They can get your Edge logs and give you a lot more information about why your flow is taking the failure path.

--Jason

Thanks all. I ended up opening a case with customer care and that lead to a resolution. Short version is that they saw that the action was failing with a error.badfetch.http.400 response even though it tested fine and it worked just fine in a simple little test flow I put together.

Eventually I ended up re-adding the data action and that appears to have resolved the issue. Interestingly at first I cut the action and re-added it (not by pasting) and that did not resolve the issue. When I deleted it and re-added it then it worked.

Thanks again.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.