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 / Blank Form when naviga...
Power Apps
Answered

Blank Form when navigating through gallery

(0) ShareShare
ReportReport
Posted on by 98

Hi,

 

I am creating an app where I want to see in a gallery the information that was submitted (See Pic 1), but when I select the icon in yellow (See pic 2), my form is empty (See pic 3)

 

Initial Form - Pic 1:

Aydeedglz_1-1661441842983.png

 

Gallery - Pic 2:

Aydeedglz_0-1661441770031.png

This is my formula in the icon:

Set(varRecord,ThisItem); ResetForm(formUserData); EditForm(formUserData); Navigate('Form Screen')

 

Empty Form - Pic 3:

Aydeedglz_2-1661441897080.png

 

 

 

Categories:
I have the same question (0)
  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Aydeedglz 

    What is the Item property of your Form??  It should be: varRecord

     

    I hope this is helpful for you.

  • Aydeedglz Profile Picture
    98 on at

    Now I can go to the form, but it is not showing me what I entered 

     

    Aydeedglz_0-1661449323533.png

    Formula for the Icon: Set(varItemRecord,ThisItem);ResetForm(TaskForm);NewForm(TaskForm);Navigate('Task Screen')

     

    Aydeedglz_1-1661449347459.png

    Item: varItemRecord

    I also tried Item: Gallery2.Selected

     

    I see my information in blank

  • Verified answer
    v-yujincui-msft Profile Picture
    Microsoft Employee on at

    Hi @Aydeedglz ,

     

    According to your latest provided formula, Form not showing any data should be expected behavior. 

    vyujincuimsft_0-1661754136189.png

    The NewForm function changes the Form control's mode to FormMode.New. In this mode, the contents of the Form control's Item property are ignored. 

     

    Maybe you could try the following formula: 

    Set(varItemRecord,ThisItem);ResetForm(TaskForm);EditForm(TaskForm);Navigate('Task Screen') 

     

     

    Best Regards, 

    Charlie Choi 

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 396 Most Valuable Professional

#2
11manish Profile Picture

11manish 134 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 101 Super User 2026 Season 2

Last 30 days Overall leaderboard