I have a flow that works fine with specific folder. I activate flow manually, get metadata and do stuff. I'm interested is there way to active flow manually and change specific folder without actually change flow.
I thought it would great to manage activate flow from folder and somehow setup flow to understand from what folder i activate it.
Solved! Go to Solution.
Hi @zernun
what best we can do here is you can monitor parent folder(Documents folder as ex) if any folder is created
And in second step get all the new folder meta data by using fullpath
Trigger condition to monitor only if any Folder is created.
@equals(triggerBody()?['{IsFolder}'],true)
Hope it helps
Thanks
Please click Accept as Solution on this reply if it helped to solve your issue, and thumbs-up if you feel this is useful or important in other ways as a boost.
Hi @zernun
what best we can do here is you can monitor parent folder(Documents folder as ex) if any folder is created
And in second step get all the new folder meta data by using fullpath
Trigger condition to monitor only if any Folder is created.
@equals(triggerBody()?['{IsFolder}'],true)
Hope it helps
Thanks
Please click Accept as Solution on this reply if it helped to solve your issue, and thumbs-up if you feel this is useful or important in other ways as a boost.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
77 | |
26 | |
20 | |
16 | |
16 |
User | Count |
---|---|
145 | |
44 | |
44 | |
33 | |
30 |