Hello team, for a helpdesk app, i have a sharepoint list created. I am using gallery control to display the item from the list.
And also a Form to display when particular record is selected. On Form's item property i set Gallery1.Selected to display the selected record. This was working flawlessly till yeterday. And today when i run the application, my form showed a error and gallery1.selected no longer recognized and i am getting the error Formula type "Record"
what could be wrong.
Submit your own question rather than piggy-backing on this one. No one will find the answer that way.
@Drrickryp just started using power app and had a similar issue to @venka91 with using item for the form as Gallery.Selected.
Tried to replace with lookup('datasource', ID=Gallery.Selected.ID), but its not recognised and I still get nothing and a cross against the formula (wrong formula). Any suggestions on how to fix it? Thank you!
Thank you. This seems to be worked. But i see there is a latency when i click the button on gallery .. form taken 1 second to display the result. But earlier it was instant.
Use Lookup(datasource, ID=Gallery1.Selected.ID) it is more specific.
The datasource for the gallery and the form must be identical. If you changed the Items property of the gallery, Gallery. Selected will not match.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1