Re: Create new buckets monthly with Month date
Hi @vel2765 ,
Ok, assuming you want this to run every month, you may want to add the YYYY to the bucket name since once you cycle through, you will get an error. In this new flow, I use Get Future Time and add 2 days to it. I am going to always run at 10:00 on the 30th so will always get the next month.

The month expression is: formatDateTime(body('Get_future_time'),'MMMM')
The year expression is: formatDateTime(body('Get_future_time'),'yyyy')
Next when I create the bucket, I use the output from both compose statements. Please mark as a solution to help others find this answer too!

So when this runs again on October 30th at 10:00, it will create a new bucket named November2023.