Generate a List of Months (Dates) Using Start & End Dates

Hello, i am sorry for creating separate post for just thins quesiton, but i kind of stuck.

Need to create a list of dates (to use in “run backend workflow on a list”), for example 1st December 2025, 1st January 2026, 1st February 2026, where starting date is 15th December 2025 and end date is 25th January 2026.

So i need a set of dates that are separated by 1 month from starting date to ending date.

Is it possible with expression?

Thank you for help!

@ForeverLive , you can use the expression plugin, but there’s already the “list of dates” plugin which will do just that.

You can generate the list on the front-end, and then send this value to the backend list.

If you need it exclusively on the backend, you can write your own code.

Good luck!

Thank you! I endup just using option sets for month and years as a list and filter options if their year is start or end date.