Announcements
Dear community:
I would like a button to call someone from Teams:
I have made this below and added my nummer.
https://teams.microsoft.com/l/call/0/0?users=4:0612345678
And it works.
But i want to get the value that is stored in my tabel:
Launch("https://teams.microsoft.com/l/call/0/0?users="&ThisItem.'Mobiele telefoon')
No it is not working anymore.
What do i do wrong?
Gr.p
Hi @PeKi72 ,
URL Encoding: If the phone number contains special characters, they may need to be URL encoded.Data Format: Confirm that the 'Mobiele telefoon' column does not contain any unexpected characters or formatting.Context: Ensure ThisItem is being used within the context of a gallery or data table where it can reference the current row's data.Column Name: Double-check the spelling and presence of the 'Mobiele telefoon' column in your table.
If this advice helps you to correct the issue, please consider accepting it. 😊
Launch("https://teams.microsoft.com/l/call/0/0?users=4:" & ThisItem.'Mobiele telefoon')looks like u missed the 4 in the code below, is it part of your number or not?
Let me know if my answer helped solving your issue.If it did please accept as solution and give it a thumbs up so we can help others in the community.Greetings
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 383 Super User 2026 Season 2
Mohsin Ali 356
WarrenBelz 232 Most Valuable Professional