I have a Power Apps that is submitting to a SharePoint list. Within the form/list there is a people picker column. The people picker column contains multiple Office 365 Groups. Based on the selection of the Office 365 Group, I would like to trigger individual approval to each member of the group.
I am able to successfully accomplish this using 'List Group Member' and 'For Each' actions within Power Automate IF I hard code the Group ID within the 'List Group Member' action. I would like to utilize a dynamic field (the people picker column from the SharePoint list) for the 'Group ID' value within in the 'List Group Member' action. When I populate the Group ID within the people picker column from the SharePoint list I receive a 'bad request' error. I have tried using a number of the attributes (Claim, Item etc) but have not had any success.
Has anyone had success using a dynamic value for the Group ID within the 'List Group Member' action? Aside from building out a web of conditional controls or if/then statements anyone have a recommendation to solve for this?