hey guys
in assignment 2 I created a variable and assigned it to new data table
then merge the downloaded csv file to my variable
but the report file is empty
any help?
Hi @feda_safeen,
As per the image you Tring to populate the datatable in message box?
If yes try to convert the datatable into string frirst using output data table.
Regards,
Arivu
I’m trying to merge the csv file to data table object but the yearly report still empty
can you please show me a demo ? @arivu96
any help please?
Would you please mention any one could help , I’m really stuck here
Hi @feda_safeen,
Can you send your xaml file i’ll check and update you regarding this one.
Regards,
Arivu
System1_CreateYearlyReport.xaml (29.2 KB)
here is my file for yearly report
@arivu96
as you can see the workflow is downloading the monthly report with correct name and path
and create the yearly report but it is empty , I think it’s merge mistake , but I don’t know how to fix it
Hi @feda_safeen,
I think you passed wrong value in the merge datatable, find the attached xaml file
System1_CreateYearlyReport.xaml (29.2 KB)
Regards,
Arivu
@karnik would you please help me??
thank you so so much it actually works