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 / Form datacard Value di...
Power Apps
Answered

Form datacard Value disappear

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi,

I have a Table 2's form data.card input from a gallery(table 1) onselect item with this formula.

Gallery1.Selected.Client_Name 

It works fine with the 500 gallery item data which the app loads initially however when the gallery loads delegation item with filter, the form's data.card shows the data for 1 second then it disappear.

 

44.PNG11.PNG22.PNG33.PNG

Categories:
  • shoog Profile Picture
    2,164 on at

    You can set a variable in the OnSelect event of the first gallery and use that variable as the item for the form.

    Set(varSelectedItem, Gallery1.Selected)
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    The problem still persist with the variable declaration.

     

    powerapps problem.gif
  • Verified answer
    shoog Profile Picture
    2,164 on at

    Is there any code that resets the gallery? In that case you should exclude setting empty values upon reset:

    If(!IsBlank(Gallery1.Selected.ClientName),
     Set(varSelectedItem, Gallery1.Selected)
    )

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thank you very much. Yes, in the gallery there was a reset function OnSelect to clear the textSearchBox. I deleted it and it worked. 

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard