Hi
I need help.
I created a list and then changed the default view to show only my Items. I then added another view to show all items.
In PowerApps, I want to display the view with my items only, but it's pointing to all items view.
Currently, I have the following syntax:
Sort(Filter(Gifts, 'Has attachments' = false), ID, SortOrder.Descending)
This shows items that have no attachments and it's sorted in descending. This is ok but users are supposed to see their items only.
How can I resolve this?