Hello all,
I'm building an app where I select an option from a Gallery control on screen one, and use the Edit Forms control on screen two to make updates. When I add in the Edit Forms control on the second screen, everything on my screen goes non-visible (screen, controls, everything). The items are still there, I can select them, but I can't *see* them. Visible is set to ON for everything - I'm not touching that. I removed the Edit Forms Item property setting (Gallery1.Selected) temporarily because I wasn't sure if it was hiccupping on that (no item selected yet).
I've never seen this happen before. Any help greatly appreciated! One note - I'm building within Teams - think I should open up directly in Power Apps? I tried building app this three times yesterday and ran into this same issue every time. It is a quick, quick app to make but I can't see it so it's hard to work on!
So strange!
If no item is selected edit form will be blank. NO control and all. Try this:
On Your gallery button that navigates you to your edit form. Write this:
Set(varItem,ThisItem.ID); Navigate(EditFormScreen);
On your second screen where your edit form is. Write this in the item property of edit form:
LookUp(ListName,ID=varItem)
Same issue for me
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
252 | |
122 | |
84 | |
84 | |
67 |