Multiple text inputs saving at once?

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!

You can’t really do this as a bulk action from a list. If you want to keep your database the same format as it is, you just need to build the fields on the page for activity 1, 2, 3 not as part of a list.