Send values to another table on button click

This initial page source is from matches table

on click it goes to match scores (match scores table)

I would like to pass Match rowID, CourseID data from matches table to match scores table on clicking play match button


1 Like

Couple of ways you can do this:

  • Modify the action on your Play Match button so it first writes the values into a couple of User Profile row columns, then refer directly to those from your Match Scores table.

or..

  • Create a Single Value->First->Whole row column in your Matches table (or in your Users table) that targets the Match Scores table, and then set the values through that with the action on the Play Match button

Either option should work fine.

2 Likes