Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Hello I have a question about actions , link to row

hello i am trying to edit a existing row (not make a new one) using a action button
LINKTOROW([Work Order],“CM Permits”)

I want to use the work order as a reference so it know what row to edit

What am I doing wrong here ?

Any help will me much appreciated

Solved Solved
0 7 346
1 ACCEPTED SOLUTION

To open the form view for an existing row, use LINKOROW() and specify the name of the form view, like this:

LINKTOROW(key-column-value, "form-view-name")

For example:

LINKTOROW([Work Order], "CM Permits_Form")

View solution in original post

7 REPLIES 7
Top Labels in this Space