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 / Getting Data Screen fr...
Power Apps
Unanswered

Getting Data Screen frozen when selection hyperlink

(0) ShareShare
ReportReport
Posted on by 395

I made a column in my SharePoint list a hyperlink and that works fine, but when I put in this code on the OnStart Section of my app and test it I get a Getting Data Screen that never goes away. 

 

 

 Set(
 varID,
 Param("ID")
);

If(
 Not(
 IsBlank(varID)
 ),
 EditForm('CAR Form'),
 ViewForm('CAR Form')
 );

 

 I want to be able to select the hyperlink and data that was submitted be there to either view or edit. 

Categories:
I have the same question (0)
  • v-yueyun-msft Profile Picture
    Microsoft Employee on at

    Hi , @lbolin 

    According to your description, you pass the ID param in the url, so the code will go into this:
    EditForm('CAR Form')   , but in your side , you get a Getting Data Screen.

    So you need to check your Form- item property. You need to check if it retrun a record in your data source so that it can show in your Form.

     

    Best Regards,

    Yueyun Zhang

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 977

#2
Valantis Profile Picture

Valantis 664

#3
11manish Profile Picture

11manish 530

Last 30 days Overall leaderboard