How to check if "Get Transaction" item is numeric or not?

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

1 Like

Hello @Muralikrishna_Surve
You can use IsNumeric(yourStringVar)

yourStringVar is the variable in get transaction item.

1 Like

Thank you.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.