View form does not show selected record

Scripts and Codes for Power Apps
Post Reply
administrator
Site Admin
Posts: 82
Joined: Mon Dec 03, 2018 10:35 am

View form does not show selected record

Post by administrator » Wed Aug 23, 2023 3:11 pm

Please try with this alternative workaround.

Set OnSelect of your Gallery:

Code: Select all

Set(SelectedItemID, ThisItem.ID)
Set Form1.Item property:

Code: Select all

LookUp('Opportunities and Risk',ID=SelectedItemID)
The lookup function is to retrieve the record from data source, I believe this will resolve the error.

Post Reply

Who is online

Users browsing this forum: No registered users and 8 guests