Skip to main content
Community site session details

Community site session details

Session Id : ByVSaLjuPo5MOzoKvgFYt1
Power Apps - Building Power Apps
Answered

How to pass Datacardvalue along with URL in Launch() in Powerapps

Like (0) ShareShare
ReportReport
Posted on 3 Sep 2020 05:54:19 by

In Powerapps, I am having a Button(View Report). In Button Onselect : Launch("http://Server/reports/report/folder/reportname"). With this formula I am getting all the records in the report.

powerapp.PNG

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

But, I should display records based on TEST_ID. Now along with that URL, I need to pass Test_ID Datacardvalue. Based on that Test_ID, the SSRS report must be filter in browser. In below, SSRS Report, the table must be filter according to the Test_ID passing from Powerapps.

SSRS.PNG

For this, In Button Onselect : Launch("http://Server/reports/report/folder/MFTestTaskMap" && Test_IDDataCardValue). This formula is not working.

 

Can anyne help me how to solve this.

  • Verified answer
    v-siky-msft Profile Picture
    on 08 Sep 2020 at 03:00:54
    Re: How to pass Datacardvalue along with URL in Launch() in Powerapps

    Hi @Anonymous

     

     

    Refer to this article, to set a report parameter within a URL, use the following syntax: 

    parameter=value

    Hence, define 'Test_ID' as a parameter in the report, then use the following URL:

    Launch("http://Server/reports/report/folder/reportname&Test_ID="&Test_IDDataCardValue.Text)

     

    Hope this helps.

    Sik 

  • timl Profile Picture
    35,202 Super User 2025 Season 2 on 03 Sep 2020 at 08:49:34
    Re: How to pass Datacardvalue along with URL in Launch() in Powerapps

    Hi @Anonymous 

    I would try this...

    Launch("http://Server/reports/report/folder/MFTestTaskMap" & Test_IDDataCardValue.Text)

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 2

Loading complete