Hi everyone Currently doing the generate yearly report dispatcher part and I’ve encountered these 2
Generate Yearly Report Dispacher.zip (961.7 KB)
errors. May I know how I can fix these errors? Am i missing anything? Thank you
Hi @cpena
I have gone through your code and below areas required correction
Problem: ‘out_DataTable’ argument is created as string and it should be datatable
Correction: Change the argument data type to datatable and delete the variable named ‘out_DataTable’
Problem: Missing variable in workflow argument
Correction: Pass the variable ‘dt_WorkItems’ as argument
Thanks
John
1 Like