Create a subfolder every month on the first day with name of the month

choppala Raja Sekhar 1 Reputation point
2022-08-04T15:30:28.093+00:00

I have a folder named with the year and every month a new subfolder must be created with the name of the month.

Microsoft 365 and Office | SharePoint | For business | Windows
{count} votes

1 answer

Sort by: Most helpful
  1. Yanli Jiang - MSFT 31,596 Reputation points Microsoft External Staff
    2022-08-05T10:57:52.553+00:00

    Hi @choppala Raja Sekhar
    According to my research and testing, you can use Power Automate to achieve it.
    228518-08052.png

    Reference Expression:

    formatDateTime(utcNow(), 'yyyy-MM' )  
    

    Then the result:
    228534-08054.png

    Thanks,
    Yanli Jiang

    ===========================================

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.