Hi!
I’m building an app that involves the User entering scores against Names that appear in a list. The Names are listed, and then I need the User to be able to enter 3 scores for each Name, which updates in the database. I want the User to be able to update the scores for all Names at the same time.
So far I have tried making a custom list with text inputs and a submit button, but it doesn’t do anything. I’ve made sure that the Click Action is linked to the database where I want the data stored, and the fields to be updated are linked. But nothing happens!
I’m wondering if anyone knows how to fix/do this…?
Thanks in advance!