Describe the problem/error/question
I want to access the error details in my flow to add error handling functionality
What is the error message (if any)?
I want to access the error detail message that is written in this case in German (“Soll einer dieser Datensätze verwendet werden?”). This only gets displayed if “Continue on Fail” is turned off. I want to turn this on and based on the error detail continue with my error handling within the flow.
Is there any way I can access the detail message in json (similar to how “{{ $json.error }}” would give me the error headline)?
The error gets thrown by the Salesforce app if this is of any relevance.