Initial Value & Multiple Users Issue

I have a dropdown that I pre-populate with the most recent entry which works great, except when there are two different people using the app and they are working on two different items. It just jumps to the most recent entry (like it is designed) Is it possible to make this work based on the current users most recent entry. This is what is current set for initial value: 3X_1_7_171726f69e3ef7a89d361cda7b2353e6fbefb0c7.png Iโ€™m struggling to figure out how to select this based on the current user. I do have a column that includes the users email for each entry. Any ideas?

Solved Solved
0 4 221
1 ACCEPTED SOLUTION

Something like this will probably do the trick:

MAXROW( Table , โ€œ_Rownumberโ€ , USEREMAIL() = [Email] )

View solution in original post

4 REPLIES 4

Steve
Platinum 4
Platinum 4

How does the MostRecent column get its value? Please post a screenshot of the expression used.

Something like this will probably do the trick:

MAXROW( Table , โ€œ_Rownumberโ€ , USEREMAIL() = [Email] )

Thank You. I was able to adapt this to my app and make it work. Thanks!

Thank you! This sent me in the right direction. I completely forgot that there was a MostRecent column that actually figured out the most recent.

Top Labels in this Space