I want output like this
my workflow:
My Actual Output:
Sheets are getting created with there name but why there’s no data ?
Can anyone give me the solution for this?
My Actual Output:
Try this expression
For Sheet A
dt.AsEnumerable().Where(Function(r) r(“name”).Equals(“A”)).CopyToDataTable
For Sheet B
dt.AsEnumerable().Where(Function(r) r(“name”).Equals(“B”)).CopyToDataTable
For Sheet C
dt.AsEnumerable().Where(Function(r) r(“name”).Equals(“C”)).CopyToDataTable
Hope this helps
Regards
Sudharsan
Main.xaml (11.0 KB)
Can you make changes to it?
If possible can you send the Excel file ?
Main.xaml (8.9 KB)
Input.xlsx (22.1 KB)
Na P_o_no contains dynamic values
Okay so , the main sheet is sheet1 and from that sheet you need to create seperate sheet for every values is that right?
yeah main is sheet1
Here is the updated workflow and output
Main (4).xaml (9.9 KB)
Input (2).xlsx (20.6 KB)
Reason for the error is
What i have done is :
- Changed the datatable variable (i.e, Created new one)
- After writing in the sheet cleared that particular datatable (Note : It will also work even if the datatable is not cleared )
Hope this Helps
Regards
Sudharsan
And You can use filter datatable as well
I have checked its also working fine
If your expected results came kindly mark the appropriate solution so that it can be useful for others
Happy Automation and Advance Happy New Year
Regards
Sudharsan
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.