Hi All,
I have a gallery with datasource linked to a sharepoint list.
I have added a button function that navigates to a new screen that contains a view-only form linked to the same datasource.
However, the new screen does not populate the complete fields of the selected gallery items.
Can someone advise me to workaround this issue?
Thanks,
Alois
Solved! Go to Solution.
Hi @Alois ,
You need to configure the Items property of Form as follows to display the specific record on the form.
GalleryName.Selected
Or
LookUp('SP list', ID=Gallery.Selected.ID)
Hope this helps.
Sik
Hi @Alois ,
If you are using the form in Detailed Screen.
then you can follow the below steps and add the required field that not displaying in the View Form.
Thanks,
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."-Vijay
Hi @Alois ,
You need to configure the Items property of Form as follows to display the specific record on the form.
GalleryName.Selected
Or
LookUp('SP list', ID=Gallery.Selected.ID)
Hope this helps.
Sik
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
202 | |
98 | |
60 | |
57 | |
52 |
User | Count |
---|---|
257 | |
161 | |
87 | |
79 | |
68 |