Can anyone point me in the direction of a way to update a user’s record if they have viewed a specific page in noloco?
There is no way to do this as far as I know, but you could use a “confirm” button or similar which sets a boolean value against their record in your user table to confirm they have clicked the button.
@lukebranford That’s how I have some pages set up currently but I’m hoping to eliminate the manual element of it for my users and be able to highlight new records since they last viewed somewhere.
1 Like