How to write custom error message #180
Replies: 2 comments 2 replies
-
Hi @shujaatsiddiqui In your case you could use a local param to get the list item you want to print and then use it in error message. Note: we only support basic parsing of error message, If you need more complex operations prefer using |
Beta Was this translation helpful? Give feedback.
-
I was able to accomplish similar with a custom action and a dynamic lambda parser on the context values |
Beta Was this translation helpful? Give feedback.
-
I want to concatenate property value into error message. I have a list of collection and I want to concatenate what item in the list satisfy the expression criteria.
I want to replace {0} with horse power value.
My DTO:
Beta Was this translation helpful? Give feedback.
All reactions