Update the database collection when user visit the screen

HI,

Hi i am upgrading my app in adalo.

I need to update database collection true/false for hide and seek purpose when even user a visit that page. But i can able to access only users data… other collection connected with data cannot see to create a action even.

Is ther anyway i can able to update one database collection column?

Thanks and regards
perumal

In my mind they are 3 ways.

Update a table with relationship to the logged in user.

OR

“Available data” must contain the record you wish to update. (The previous screen was a list and current screen is the detail view of that record

OR

A custom list that is filtered to the record you want to update with a countdown timer set to perform the Update Action