Hi,
I’m using REFramework. In the the ‘Process transaction’ state. I want to use/check ‘if’ “Get Transaction” item is numeric or not ?
How to do this ?
Thanks,
Muralikrishna Surve
Hi,
I’m using REFramework. In the the ‘Process transaction’ state. I want to use/check ‘if’ “Get Transaction” item is numeric or not ?
How to do this ?
Thanks,
Muralikrishna Surve
Hi Muralikrishna_Surve
you should write in IF Activity IsNumeric(in_TransactionItem.SpecificContent(“Name”).ToString) where Name is the header in the Queue.
it will give True or False
Thanks,
Rounak
Hello @Muralikrishna_Surve
You can use IsNumeric(yourStringVar)
yourStringVar is the variable in get transaction item.
Thank you.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.