I have 2 datatables dt1, dt2
Each dt contains same no of columns like
Brand and AccNo
IT - 12345
How to merge these two dt and save it in another dt (dt_res)
I am trying to use the activity - Join Datatables gave inputs dt1 and dt2 and saving but its displaying error.
Its not fetching any rows. Row count shows 0.
Looped and checked dt1 and dt2 both contains around 150 rows.
In assign mentioned dt2.clone and storing the result in a dt (DtOutput)
What could be wrong ?
Its still the same, cant get the code from there. I am storing values in 2 diff dt from 2 different orchestrator queue. Row count for 2 dt is correctly showing
No you can ignore that comma what i shared. i did not see the output correctly. Still we are in unable to merge these two dt’s only. Dt1 showing 11 rows and dt2 shows 100 rows merge result shows 0 rows
@Gokul. Got the result. Can i ask one more qurey? In queue there are 500 transactions but its fetching only 100. Is there any restriction ?
In Get Queue Items i have not mentioned anything other than the queue name in property. Left the Top option as empty as well