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
Vikas_M
(Vikas M)
August 24, 2023, 5:57am
3
Heyy , @Ajinya_jorwekar ,
Change the scope of the dt_Output variable in the variables panel
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
system
(system)
Closed
August 27, 2023, 9:09am
9
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.