Notifications
Announcements
Hi,
I have a screen where i can create teams meeting.
I use a static email for attendees like name@domaine.local. When the meeting is creating in teams, the attendees' email change to name_domaine.local.
Can you help me to resolve this ?
Best Regards
hey @Benoit_N ,
could you show us the code that you are using?
Hey DBO_DV
My code:
Set( varMeeting; MicrosoftTeams.CreateTeamsMeeting( LookUp( Office365Outlook.CalendarGetTables().value; DisplayName = "Calendrier" ).Name; txt_Subject.Value; { content: "Réunion de test"; contentType: "html" }; "W. Europe Standard Time"; { dateTime: Text( DateTimeValue(dd_StartDate.SelectedDate & " " & dd_StartHour.Selected.Value & ":" & dd_StartMinute.Selected.Value); "yyyy-mm-ddThh:mm:ss" ) }; { dateTime: Text( DateTimeValue(dd_EndDate.SelectedDate & " " & dd_EndHour.Selected.Value & ":" & dd_EndMinute.Selected.Value); "yyyy-mm-ddThh:mm:ss" ) }; true; "teamsForBusiness"; { requiredAttendees: dd_Participants.Value } ) );;
dd_Participants.Value retrieves the email.
Thanks
Thanks a lot before I Start I would have a suggestion for your performance: replace the lookUp in the code with a variable that you set at the start. This way you have less calls. since this part is hardcoded it is unlikly to change.
could you also share dd_Paticipiants.Value or try in a text label what this will show?
thanks for your suggestion.
dd_Participants is a text label
the format is correct.
Okay can you try hardcoding the email once? So you can see if the Connector is trying to clean the input by removing special characters.
If i'm writting the email in my field dd_Participants instead of retrieve it, that's okay in teams.
if i'm hardcoding the email, that's okay too.
Where do you retrieve it from?
Can you try to display it in a Text label and then use the textlabel as the input?
"teamsForBusiness"; { requiredAttendees: textlabel.text }
I retrieve it from a modern text label in datacard from a sharepoint list. I do the same with a classic text label, it's exactly the same.
Can you try to put it into a Variable and use the Variable instead?
i use a variable, it's the same result.
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 717 Most Valuable Professional
Michael E. Gernaey 329 Super User 2025 Season 2
Power Platform 1919 268