Hi together,
I actually try to build a Power App to show details from a Sharepoint List to the clients.
Therefore I have built up a List with all neccessary information to e.g. a supplier. Now I`d like to show up all these detailed information bundled in a form as shown on the right side of the picture.
As you can see that doesn`t work properly. The user has to scroll down in the form although there is enough space to the bottom of the page.
Does anybody know what I`m doing wrong here?
I think I`m to stupid...sorry for that.
I have created a Test sheet now:
I also created a Gallery:
Then I went back to my list and inserted -> edit formular:
This appeared:
And now I`m lost 😞
Okay so you need to set the data source of your gallery. Once you do that you can select what fields you want it to show in the list. Once you do that there is a data field called "On Select" you will want to change that to "Navigate(Page)" where page is the name of the screen that you created with your form.
On the form that you made to the right of your screenshot you have a "Item" field. That needs to be "BrowseGallery1.Select ".
That really kills me😂 So, if I start from my list "insert->edit form" than this appears:
The 'onSelect' part has been inserted. But where do I have to insert the 'BrowseGallery1.Select' now? The other form (last picture from my previous post" doesn`t appear anywhere. I now just have the above shown form.
First make sure that your gallery has a source and is displaying what you're wanting it to display.
Then create a new screen. On that screen go to Insert > Form. Then assign the source there as well. That is where you will insert the above text.
Ok, I think I got it know a little bit...
Gallery1:
Form1:
But on Form1 there is one mistake. The "BrowseGallery1.Select" doesn`t work. It says that "Browse" is not available.
It should be "BrowseGallery1.Selected" instead of Select.
It`s not known...
Try removing browse and just have "Gallery1.selected"
Ok, I`ll try on Monday. Thank`s for your help until now. Maybe you can take a look at this topic on Monday again 😉
Have a nice weekend!
Good morning, it`s me again 😉
So, I tried all as you mentioned. But it won`t work.
It`s still the standard detail form shown in my list.
This is my setup now in PowerApps: