Hope you are doing good.
I am creating azure logicapp workflow with try & catch scope to capture specific exception message happens in one of actions within try scope.
As per documentation , I am filtering Failed status of result('try') but still getting generic message " An action failed. No dependent actions succeeded." even when I try to capture body('Filter_array')?[0]?['error']?['message']
Please advise, many thanks in advance.
followed this article & azure documentation as well but no luck
https://www.tech-findings.com/2022/06/Exception-Handling-in-Logic-app.html