I’ve run into one more issue… I was able to capture the email address for one table because it uses a button with an action. However, on the other table, it’s a boolean value that’s updated by using a checklist. It stores “true” or “false” in a user specific column. Is there any way to capture something like the user email when they are just checking a box on a checklist? Or would I need to change those to buttons and is there any clean way to display that similar to a checklist?
Also, once I’ve calculated the total points for each user, I’m having trouble using the user-specific points to sort the inline list in descending order. It appears to only be “seeing” the current user’s point total. My current workaround is to have a button below the leaderboard that says “Update My Position”. It has an action linked to it that writes the user-specific point total to a generic column in the user tab for total points. I’m able to sort the inline list by that column.