When working with sharepoint connectors one oftentimes needs partial URI/URL strings which are
not devided by the logic server/path but by the logic sharepoint-site/relative path.
The URI functions like URIpath and others provided in Flow only work with the previous logic but
do not help at all with sharepoint sites and their relative paths.
Please provide additional functions wich are compatible with the paths one normally need when
dealing with sharepoint sites.
one example: https://xyz.sharepoint.com/sites/xyzsite/ CUT HERE /relativepath/tosomelibrary/file.txt
These two portions (especially the relativepath one) are needed very often and are difficult to obtain otherwise.