ReFramework - Not able to get any rows count in argument io_dt_TransactionData of GetTransactionData workflow

So i was on the Build a REFramework Project with Tabular Data part and tried to make some changes in the GetTransactionData workflow as according to the academy videos

well when i debug the project i get error on the if activity that said "if: object reference not set to an instance of an object." so then i check that if both values im comparing is holding values or after adding a break point in the imidiate pannel i see that the io_dt_TransactionData is not holding any value and refring null though its should give the count of the no of rows in the datatable

first if condition where it checks that if the io_dt_TransactionData is holding any data or not

second if condition where it checks that the transactionnumber is less then equals to the transactiondata rows count

in the final image you can see my imideate pannel

@indiedev91 ,
Could you please ensure that the value for io_dt_transaction data is been supplied in import argument in the invoke Get transaction workflow activity

what do you mean by import arguments ?

@indiedev91
please find the screenshot below


,

okay my bad , i don’t know why this is happening but the variables that assign in the properties panel docent get saved for many activities so the same thing happened for read range , even though i remember that i add the argument io_dt_TransactionNumber in properties of read range , but when i check it right now it was missing

Hi @indiedev91 ,

For creating the arguments, you would need to go into the workflow and Create the Arguments in it. Then Pass the values to the arguments where the workflow is invoked.

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