I'm working on an app to register who's atten...

I’m working on an app to register who’s attending games for sports team. There’s a table A for all the events of the team, Table B for all the players and table C to hold players yes/no reply for certain event (EventID ref to Table A, PlayerID as USEREMAIL() ref to table B). Table C IsPartOf A, but is that necessary?

My idea is to show the Table A as deck view, showing the time and place of game and then there’s Action buttons in the action bar for adding yes/no row to Table C (or changing previous answer).

I tried creating Action1 to Table C that adds a new row to Table C, and then another Action as button to deck view of Table A that “executes an action on set of rows” on Table C, Referenced rows are the REF_ROWS and action is the Action1. That doesn’t work when REF_ROWS list is empty, and it doesn’t find the correct EventID.

Any help on getting the actions to work?

0 10 693
  • UX
10 REPLIES 10
Top Labels in this Space