In PowerAutomate I created a scope with an http request to the sharepoint list containing the Person/People Picker column. The http request to the list we’re working with Method: GET URI: _api/web/lists/getbytitle(‘@{variables(‘listName’)}’)/items?filter=Title eq ‘office’&$select=Title,columnName/EMail&$expand=columnName Headers: Accept application/json;odata=nometadata Accept-Encoding deflate, gzip Next we add a filter called selectItems From: value outputs from the http request Map: […]
