Hi All,
I need help on how to error out the data and show which records/field is having an error in message.
I have found the way where we can use Message Tool if the condition is True, and it will error out.
But I need which row or column having an error.
For Example:
| Name | Amount |
| ABC | 100 |
| BCD | 50 |
| CDE | 110 |
In this I have written the Expression as : Amount > 100
So with this Expression I will get the Error message because Name : CDE having Amount 110.
But I want to see which row matches that condition as an Error Message or in Alteryx App Output Screen.
Your Help for this scenario will be appreciated.
Thank You.