Link to column in a specific row

Hi there,

I'm looking to create an action that will take the user to a specific field (column) in a form (edit existing row). Is this possible?

The idea is as follows. I have a field called "Shared With". The data type is Email. If the user enters an email address, my security filters allow that user to see the record. 

I want to have a "Share" button that will take the user to the "Shared With" field.

Any help would be appreciated. 

Solved Solved
0 1 90
1 ACCEPTED SOLUTION

Update: I found the fix. Posting in case this can help someone else.

You need the INPUT() function

Set these columns: Shared With = INPUT(Shared With, "n/a")

The Action required looks like this:

Izzy_Kleinhendl_0-1702316808674.png

 

View solution in original post

1 REPLY 1

Update: I found the fix. Posting in case this can help someone else.

You need the INPUT() function

Set these columns: Shared With = INPUT(Shared With, "n/a")

The Action required looks like this:

Izzy_Kleinhendl_0-1702316808674.png

 

Top Labels in this Space