I have a Gallery that I filter by firstname. Once bring me the record I want to see the detail info through the > icon but brings me another record. Actually, always brings me the same record, never the one is suppose to.
I upload the screens.
I am using SQL in Azure database.
Any help will be appreciate.
Verónica
Solved! Go to Solution.
I think I know. Going over your message I noticed that I am recycling the detail form invoking it from two different galleries.
You should pass the selected item using ThisItem
Fetch all the fields on DetailScreen1 as displayItem.FirstName
Navigate(DetailScreen1, ScreenTransition.None, {displayItem: ThisItem})
Thanks
Thanks very much for you time.
The table of the Detail form is tha same table of the Gallery from where I invoke the Detail once the Gallery is filter by the text value
Verónica.
I think I know. Going over your message I noticed that I am recycling the detail form invoking it from two different galleries.
You should pass the selected item using ThisItem
Fetch all the fields on DetailScreen1 as displayItem.FirstName
Navigate(DetailScreen1, ScreenTransition.None, {displayItem: ThisItem})
Thanks
Thank you for the feedback!
User | Count |
---|---|
134 | |
132 | |
78 | |
75 | |
70 |
User | Count |
---|---|
210 | |
198 | |
64 | |
62 | |
52 |