In RE Framework, In init state pass the Data table through Argument but in Process state it is showing Null

I am using RE framework I m Passing the data (DataTable) from Init to Process state through Arguments,
From Init passing dt_Output through Argument out_Dt_Output

In Process State In_Dt_Output

But Data Table Value getting Null as Shown Below

Please Help me

@Ajinya_jorwekar

hi good to see You back

Can You check the value by placing a log message before Process

dt_Output.rows.count place this in logmessage

Try to make the Out_DT_Output as a Global variable

and pass that to the process state

cheers

Heyy , @Ajinya_jorwekar ,

Change the scope of the dt_Output variable in the variables panel
image

Hope it helps you out!

@Ajinya_jorwekar

make the scope of it General Business

hope this helps

But It is in InitallApplication , Scope only showing Sale Booking Sequence and InitAllApplication

@Ajinya_jorwekar

Iam saying that after the InitAllApplications

create the argument not the variable in the InitAllApplications and make its Direction as Out

Create a Global Variable in the main with name dt_output and Pass that in the imports of

like below

cheers

Got it, Its working Fine Now
Thanks a Lot @Shiva_Nikhil @Vikas_M

1 Like

@Ajinya_jorwekar

Thanks and Happy Automation

cheers

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