Hi All,
My Apps is connected with the share list. My detail screen has all the data but I wanted to show only the latest entry of the item. My item column has three types (pencil eraser and pen)
At the moment browse screen shows all data from the share list. I'd like it to only show the latest from item each type (Pen Pencil And Eraser)Is that possible? Grateful for any advice.
Consider this formula on the Item property:
First(Sort(Datasource,ID,Descending))
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Thanks for the quick response. With the help of your suggestion, I can only achieve 1 entry (not the latest for each item type). Noted that my Item is dropdown.
Please use the formula i stated. Use ID not Item.Value
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Consider Checking My Youtube Channel
Something I am missing out on?
Thanks,
sari
The name of your list / Table is "aabbzzz" ?
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Yes, "aabbzzz" my datasource.
There is nothing wrong with the code. What do you have in Label inside the Gallery?
Kindly restart the App.
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Hi, I Created another tested list. And connected to the app. But unfortunately, it doesn't work as expected. I want this highlighted column in the power app-browse screen. As the logic behind this is to display the latest title for each Item type. but First will only display latest column regardless of Item type
If you find any solution please mention it here.
That would be highly appreciated