Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello All,
I am developing a PowerApps application where there is a requirement to send a teams meeting request to particular user on powerapps button click. under required attendees I am directly giving the person email ID but it is not working. Is there any way to achieve this? the code is as shown in below.
Set(varmeeting, MicrosoftTeams.CreateTeamsMeeting(
LookUp(Office365Outlook.CalendarGetTables().value, DisplayName="Calendar").Name,
Button3.Text,
{content:"Body", contentType: "html"},
"India Standard Time",
{dateTime:DateTimeValue(DatePicker1.SelectedDate & " " &Dropdown1.SelectedText.Value & ":"&Dropdown1_1.SelectedText.Value & Dropdown3.SelectedText.Value)},
{dateTime: DateAdd(DateTimeValue(DatePicker1.SelectedDate & " " &Dropdown1.SelectedText.Value & ":"&Dropdown1_1.SelectedText.Value & Dropdown3.SelectedText.Value), Value(Dropdown4.Selected.Value),Minutes)},
true, "teamsForBusiness",
{requiredAttendies:("user email id")}
))
Have you checked if Power Automate would work?
Check out the July 2025 Power BI update to learn about new features.