LINKTOFORM Error unable to sync

Afternoon all,

This is my first time using link to form.

I have 2 tables.

courses table

ticket table

Once a user selects a course row, I want it to open a form so they can create a ticket and link the data values to the form to save the users some typing.

LINKTOFORM(
“CFT_Ticket_Form”,
“Course ID”, [Course ID],
“Scheduled offering”, [Scheduled Offering])

Once I click submit

I get this error unable to sync

My action: which is created on the courses able wasn’t sure if that is the issue, Ill try to make it on the ticket table but that wouldn’t make sense.

Turns out you can’t use “columns that are labeled as keys” to link to form.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.