created 2 data tables DT and DT_1 and used join data table activity but in o/p getting only the headers but not the rows,thanks for any help!!!
for the second dt are you using read range
before writing to excel can you check the data whether the Dt_joined is have data or not
use log message and pass Dt_joined.Rows.count
Hi Shiva
im not getting any data in DT_joined got it through message activity but why???
still getting the same!!!
can you share the image entire flow of activities which you have used
in such case check, if maybe some spaces at the end of values will block the Join Check
Can be done eg.
- in Excel (not visually but within the expression panel)
*immediate panel
Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum
when this is the issue we would cleanse up / trimming the values before using for the Join
can you check any duplicate variables with the same name is present or not?
also check whether the data for DT_1 and DT is present or not
got it i think for read range you need change the range i think, you have passed “A1”
you are right but still getting same after i changed the range not getting where’s wrong!!!
take a new workflow and try with the activities again
use build datatable and read range and join datatable
before excecuting join datatable check whether the data is coming or not from Build Datatable and read range activity
dt.rows.count
DT_1.rows.count
check it once
- Please check the datatypes of the columns that you read using read range…may be in the datatable it is coming as string type column
- To verify change the datatype in build datatable activity also to string from int32 and check
Hope this helps
Cheers
this may be true peter but after i have created a new work flow and created the data tables in the studio itself i havent got any error,thank you.
I have taken the new work flow and tried and also created the data tables in the studio itself and havent got any errors,thank you.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.