Unique Data values

I am creating an event sign-up app. and want to allow people to sign up for event’s. I have multiple events on a list with an alternating signup and cancel button on the event page! But when I click on it for one page it updates on all the other pages on the list as well. How do I fix this?

Hi @avidhyani,

From my experience, there could be 2 main reasons for this:

  • either you updating the wrong property upon signup/cancel
  • or you’ve set up the database incorrectly.

It’s difficult to tell more given the amount of info you’ve provided.

Best regards, Victor.

@Victor, can you explain how to set up the database?

Hi @avidhyani,

Please provide more info on how you have your database set up so @Victor could help you troubleshoot the issue you are having.

I have a user data base, event data base, and event sign up data base.