Hello! Using SharePoint lists and PowerAutomate, I am setting up a flow that sends an email to a SharePoint group for that particular item of a SharePoint list. Different items in the list use different SharePoint groups as we manage permissions by region.
In the URI of 'HTTP Request to SharePoint' action, I can input a hard coded group name and this flow works perfectly.
_api/web/siteGroups/getByName('Group Name')/users
However, I want the getByName() to be dynamic and change for the different groups of the SP List. Can this be coded into the URI? Pulling the Dynamic Content's Group Name item did not work for me.


Thank you for your help!