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 / How to launch teams me...
Power Apps
Answered

How to launch teams meeting which is already created on click of button from powerapps

(0) ShareShare
ReportReport
Posted on by 5

I have already created a meeting link and i have few buttons for all user to add on teams call individually.However i can use Launch() to call teams meeting but i am unable to use launch function as per my meeting link. For example its should have parameters in Launch function like Teams call URL and users id or number to add on call. 

I have below link and i want to use this below link in Launch()

https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZTUxMjg4NDYtNjcwYy00NDQxLTllYzQtYWVhMjY4MTRjNDli%40thread.v2/0?context=%7b"Tid"%3a"60f58cade-f2e8-494e-be16-5ce770e752e9"%2c"Oid"%3a"2a86e3a8-0f47-4728-bc1a-50665995cb4f"%7d


its giving me error invalid due to string and number is after ?context=

 

I need to fit above meeting link and user whom we have to call in Launch function i.e Launch()

what i have tried is below to launch team meeting

 

Launch(
        "https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZTUxMjg4NDYtNjcwYy00NDQxLTllYzQtYWVhMjY4MTRjNDli%40thread.v2/0,
            { context: {"Tid", "60f7cade-f2e8-494e-be16-5ce770e752e9", "Oid"%3a"2a36e3a8-0f47-4728-bc1a-50665995cb4f" },
        LaunchTarget.New
    ),
    Launch(
        "msteams://teams.microsoft.com/l/call/0/0?users="&BrowseGallery1.Selected.'Primary Email',
        {},
        LaunchTarget.New
    )
)

It would be great if you can help in solving the issue

Categories:
I have the same question (0)
  • Verified answer
    Rajkumar_M Profile Picture
    3,747 Moderator on at

    Hi @ayeshashah 

     

    The Launch() function in PowerApps is used to launch a URL, and it doesn't support passing parameters in the way you're trying to do. The parameters you're trying to pass (Tid and Oid) are part of the URL itself, not separate parameters that can be passed to the Launch() function.

    The URL you're trying to launch is a Teams meeting link. The Tid and Oid parameters are part of the context query parameter in the URL, which is URL-encoded JSON.

    The error you're seeing is likely because the URL is not correctly formatted. The ... in the URL is not valid, and the context query parameter needs to be a URL-encoded JSON string.

     

    Set(
    varMeetingLink,
    "https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZTUxMjg4NDYtNjcwYy00NDQxLTllYzQtYWVhMjY4MTRjN" &
    "?context=" &
    EncodeUrl(
    "{""Tid"":""60f7cade-f2e8-494e-be16-5ce770e752e9"",""Oid"":""2a36e3a8-0f47-4728-bc1a-50665995cb4f""}"
    )
    );

    Launch(varMeetingLink, {}, LaunchTarget.New);

     

    Thanks!

     

    If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.

     

  • ayeshashah Profile Picture
    5 on at

    Hey Raj,

     

    Thanks it is getting launch to teams app but not on teams call screen. Can you suggest how can i add a user on teams call onclick of button. There should be 2 parameter in launch function like teams call link where the user should get added on teams call and 2nd would be person mail id who should get added on call. Can u plss help

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 936

#2
11manish Profile Picture

11manish 628

#3
Valantis Profile Picture

Valantis 604

Last 30 days Overall leaderboard