Hello!
I’d like to ask for help on how to accomplish the following:
I have this formula: ANY(SELECT(PENDING Devices[resourceId], AND([User Email]=[email],[Device Model]=[model])))
However, i’ve been encountering some issues where there are multiple values in PENDING Devices table that match the criteria and AppSheet seems to pick the oldest one or sometimes a random selection.
How could I be able to select the value with the latest datetime found in PENDING Devices table column named firstsync and return it? So that if there are multiple values that match the query, I get back the most recent one.
Thanks!