Hi Team,
How I can generate on 1st of every month creates Monthly report (with columns “CR”, “Status”, “Date”)
please help anyone
thanks
shaik
Hi Team,
How I can generate on 1st of every month creates Monthly report (with columns “CR”, “Status”, “Date”)
please help anyone
thanks
shaik
Use Build Data Table activity
“CR”, “Status”, “Date”
Use Write Range activity
Regards,
but I have to generate excel only on 1st of every month
thanks
shaik
Hello @shaik.muktharvalli1,
Please check if the current date (now.ToString(“dd-MM-yyyy”)) is equal to “01-MM-yyyy”. If it matches, use the specified columns to create an Excel file.
Hie @shaik.muktharvalli1 make your process in studio and publish the process and run it with time trigger and set it every 1st day of month … Like this
cheers Happy Automation
can you give sample code without trigger
thanks
shaik
thanks you @lrtetala , it’s working fine
thanks
shaik
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.