In my Flow for a "Send An http request to Sharepoint"
I have the search URI working fine :
_api/search/query?querytext='@{replace(variables('SearchQuery'),'''','')}'&clienttype='ContentSearchRegular'&selectproperties='UniqueId, Title, OriginalPath'&rowlimit=@{variables('RowLimit')}&startrow=@{variables('RowsToSkip')}
what i need:
i need to only search in a specific folder
_api/web/GetFolderByServerRelativeUrl('/"Communications%20Deck%20Platform"')/files
I cant figure out where to place this additional address part
Thnks
dave