Client Security Hash Assignment :Assign in_TransactionNumber (int32) to out_TransactionItem (System.data.datarow)

Hi All,

Please i need an help !!
i am checking for PageExist while extracting workitems from Acme-Test website.
i am unable to assign in_TransactionNumber (int32) value to out_TransactionItem (System.data.datarow) in GetTransactionData.xaml.
Check the attached file and let me know do you need any info.
Thanks for any help

GetTransactionData.xaml (12.1 KB)

1 Like

Buddy change the datatype of out_transactionitem to int32 and try buddy
Cheers @neetha

Did that work buddy @neetha

Hi,

Thanks,but i don’t want to change the out_transactionitem to int32
in whole framework i am keeping out_transactionitem as System.data.datarow

Hi Palaniyappan,

I changed it to string and it works for now

Thanks
Neetha

1 Like