web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Named Formulas issues ...
Power Apps
Unanswered

Named Formulas issues : GetChannelsForGroup failed

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I have been trying to convert an app to Named Formulas, and for the most part I'm loving it, as it really keeps the code clean, but I'm running into a couple of issues.
sopatte_0-1677769305149.png

When I start my app I get the above error: "MicrosoftTeams.GetChannelsForGroup failed: The method 'GetChannelsForGroup' has an invalid value for parameter 'groupId'". There is only one call to GetChannelsForGroup in my App, which I've included below:

 

MyLocationFilter = ddlMyLocationFilter.SelectedText.Value;
MyTeamsTeams = MicrosoftTeams.GetAllTeams().value;
MyNotificationsTeam = With({
 TargetTitle: "DefaultNotificationsTeam|" & MyLocationFilter
},
 LookUp(
 MyTeamsTeams,
 LookUp(
 Metadata,
 Title=TargetTitle 
 ).Data = id
 )
);
MyNotificationsChannel = With({
 MyTeamsChannels: MicrosoftTeams.GetChannelsForGroup(MyNotificationsTeam.id).value,
 TargetTitle: "DefaultNotificationsChannel|" & MyLocationFilter
},
 LookUp(
 MyTeamsChannels,
 LookUp(
 Metadata,
 Title=TargetTitle 
 ).Data = id
 )
)

 

 I have no idea how to resolve this error.

Categories:
I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 84

#2
WarrenBelz Profile Picture

WarrenBelz 79 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 40 Super User 2026 Season 1

Last 30 days Overall leaderboard