I am creating an inline action to take user t...

I am creating an inline action to take user to a form, it works but the form is blank.

How can I get the “Name” from the row selected to auto fill on the form?

Here is what I used.

RegID is the reference column back to the registration table.

LINKTOFORM(“Outbound Call Log North Tables 1 thru 5_Form”, “RegID”, [_THISROW].[RegID])

0 1 308
1 REPLY 1

@Tammi_Canelli LINKTOFORM(“Outbound Call Log North Tables 1 thru 5_Form”, “RegID”, [_THISROW].[RegID], “Name”, [_THISROW].[Name])

Top Labels in this Space