Initial value = last value entered

Good day
I have an app to register inventory.
daily I enter several records but most tend to be from the same person in charge, (which I extract from a different table) so every time I have to fill the same field over and over again, occasionally it varies.
I would like to know if there is any way that the initial value of the โ€œresponsibleโ€ field in my โ€œResponsibleโ€ table is the last one that was saved.
Thank you

2 2 387
2 REPLIES 2

most recent entry: (Edited to reflect Steveโ€™s correction below)

INDEX( Responsible[responsible] , COUNT( Responsible[responsible] ) )

(just one of many different expressions you could use to get the most recent entry)

COUNT(), not LEN().

3X_6_8_684fd5eaf16e43541cce3bc8c03a1e481a07e220.png

Top Labels in this Space