Forum Discussion
Erik Wettergren
Mar 19, 2019Iron Contributor
How to use Flow for metadata management in SharePoint document libraries
Hi, I'm pretty new to Flow but due to the peculiar lack of built in support for automated metadata management in SharePoint I'm trying to setup a Flow that will help me achieve some basic stuff. ...
Erik Wettergren
Mar 20, 2019Iron Contributor
Managed to resolve my first question myself by looking at other examples and some trial & error. It's pretty simple once you know how:
split(body('Update_file_properties')?['{Path}'],'/')?[1] did the trick of returning the folder name (directly in the root of the library) of any document uploaded
split(body('Update_file_properties')?['{Path}'],'/')?[1] did the trick of returning the folder name (directly in the root of the library) of any document uploaded