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
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?
is it possible to share your workflow along with the excel files so that I can have a look?
Main.xaml (15.5 KB)
project.json (649 Bytes)
Best Regards
Could you share the excel file as well where you contain the data?
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
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
I have corrected that and now the join is working perfectly…
Main.xaml (15.5 KB)
Let know how it goes for you
Thanks a lot for your kind support it is worked with me now
Best Regards
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.