Hello folks,
I am trying a workaround to create something like "Channel Meetings" with Power Automate. I don't want to post the weblink URL on a new conversation (this is already done here), what I want is to save Teams recordings on a specific SharePoint site.
For a more complex situation, I can not use the trigger "When a new file is created on OneDive" because the organizer can be a set of different people on my organization. I have found Microsoft documentation regarding how to use Graph API to access what they called "drives" and search for the drive from other colleague in my organization. So what i have done is the folllowing:
1. Get the drive from specific user by its email:

2. Search the "recordings" folder in its drive:

But now I'm blocked on how can I search the "recordings" folder by its path (See the documentation here).
Could we save this problem together?
Thanks!! 😁