ananddave123
12 years agoOccasional Contributor
how to log unit script name in log.message?
i have 50 unit scripts. i want to log message with unit script names in each unit script. how can i achive it ?
- 10 years ago
Hi
I would start converting to String the data readen in your variable.DBTable1.
Ensure also that in the If.. you selected:
Value1: aqConvert.VarToStr(Variables.DBTable1("Credit Card"))
Condition: equals
Value2: Variable - String AE
Let us know