Hi guys! I'm pretty new of Power Automate and I really need help.
When I register a new product in PowerApp and add the relative item in my Sharepoint List i create a new folder.
So, for example: I enter the product "XY" and with flow I create the folder "ProductXY" that contains a subfolder called "Administration".
So far everything is fine.
Now that's the problem: i need to use another flow to create a subfolder of the folder "Administration" and I don't know how to do that because I need a dynamic path because the name of the first folder changes everytime I enter a new product.
For example:
If I registrer product XY, the folders structure should be:
Product XY
Administration
NewSubFolder
If I registrer product AB, the folders structure should be:
Product AB
Administration
NewSubFolder
Do you know how to get the path PRODUCT.../Administration dynamically?
Thank you!