Hello Everyone,
I'm trying to create a flow that does the following:
1. Run daily at 3:00 am
2. Identify all channels with a particular MS Team
3. Move all pictures (jpg) in the "Files" tab of each channel into a "Photos" folder within each Team.
Please note that channels will be add randomly as required so the list of channels are not static.
I believe that I have achieved items 1 and 2.
Flow Steps for each item:
1. Setup a scheduled flow
2. Used the Teams "List Channels" option. When I run this it retrieves the appropriate information.
I'm assuming that I will need to use the SharePoint "Move File" option for item 3
I'm not sure how to tell the SharePoint "Move File" option to move jpg files from the "File" root directory to the "Photos" subfolder based on the list of channels retrieved form item 2
I also believe that I may need to add a step that creates the "Photos" subfolder if it does not exist already.
Any assistance would be greatly appreciated