Issue when trying to join Data Tables

Hey everybody
I am working with the UI essential course in working with Data Tables
when I try to make a full join between two defined data table the following message appears

kindly advice

HI @aadam

looks like some arguments are not configured properly for the data table join activity.
In yours, does it look something similar to this?
image

1 Like

Thanks for your response but actually i do that

@aadam

is it possible to share your workflow along with the excel files so that I can have a look?

1 Like

Main.xaml (15.5 KB)
project.json (649 Bytes)
Best Regards

Could you share the excel file as well where you contain the data?

1 Like

the data is in data table defined inside the project to test joining not in external excel sheet

1 Like

@aadam

Found the issue. You have not properly specified the output property for those two build data table activities you have on the top. The first one was set to NewDT and the second one did not actually have a output property set up :slight_smile:

And, in the Join datatable activity, you are taking from another two datatables. That’s why the error was popping up because it does not have any data to join :slight_smile:

I have corrected that and now the join is working perfectly…

Main.xaml (15.5 KB)

Let know how it goes for you

5 Likes

Thanks a lot for your kind support it is worked with me now

Best Regards

1 Like

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