Dear Praveen,
I have already same structure, but at the time of transaction call my condition become false while it shows me true in workbench. My condition was this.
if(GetNotificationMailsent.Results{/Rowsets/Rowset/Row/email_status} == 2, 1, 0)
email_status having only two values,
1 = Mail has send
2 = Mail not send
In SQL output, emai_status == 2, but on execution it come false.
and I have replace it with this logic
if(GetNotificationMailsent.Results{/Rowsets/Rowset/Row/email_status} != 1, 1, 0)
system giving me my desire logic.
Thanks for your kind support.
Best Regards,
Muhammad Ashfaq