2 Likes
Yes, but no error
1 Like
In Else part, just use Log Message or Write Line Activity and write like “Unread mails not found”.
1 Like
Hmmm its perfect you are using reframe work. you can use Throw Activities.
new Exception("Throwing an exception because something went wrong")
OR
new BusinessRuleException("Throwing an exception because this transaction needs to be referred back to the business")
cheers
Happy learning
1 Like