How to use a Transaction Item as a Datable?

Hello good people,

I need guidance on how I can output a dataTable as a whole in the GetTransactionData.xaml and I pass it to the Process.xaml as input.

Kindly advise.

Regards,
Kakooza Allan Klaus

@Kakooza-Allan-Klaus

May I know your input data i.e. TransactionData ?

1 Like

Thanks for your quick response @lakshman
It is a fileInfo(excel) that I read using read range to convert it into a dataTable

@Kakooza-Allan-Klaus

And also one more question - Do you want to process entire DataTable at once or one by one row in Process Transaction state ?

if you dont want to loop it you can skip getTransactionData,

drag success/business exception to “end process” and “system exception” to initiailization (for retry)

then for process.xaml / setTransactionStatus.xaml , set type of in_tranactionItem = Datatable, and pass in transactionData (you can delete transaction item)

1 Like

Just by mere going through it this solutions for my problem
Thanks a lot @jack.chan

1 Like

What condition do you’ve in the T1 Transition

image

1 Like

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