Is there any way to schedule a CRON job to run on the last day of the month?

I tried on crontab.guru, but it seems there is no way to achieve this. Is there any other way?
Running the workflow on the last day of the month or the last weekday of the month, I believe, has benefits and is used frequently in my project. I hope someone can provide a solution to this issue. Thank you.

+1, I’m also interested in this

Hey both, sorry for the late response. There isn’t presently a way to trigger an action on the last day of a month. The closest functionality we have today is using the cron string @monthly, but this will trigger on action on the first day of every month (equivalent to 0 0 1 * *). We have an open feature request to support this - please feel free to +1 and chime in there as well.