So I have a share point list that contains the following columns.
Year
Month
Day (Monday to Sunday)
I would like to create a folder system on Power Automate such that when I run my flow, it creates a unique folder for each year, month and day. If a folder already exists, then don't do anything. For example if I already have a folder called 2022 then skip. If I already have a folder called January in 2022 skip. If i already have a folder in January called Monday then skip.
For example,
2022/January/Monday
2022/January/Tuesday
...
2022/March/Monday
Is this possible?