Showing column in detail view based on action

I have an action change the value of a particular column, say COL1 to something.

There are three columns that will be shown if the value of COL1 is changed to that something.

For now, the three columns dont show up in the detail view if the action button is pressed.

Is there any way around this?

Solved Solved
0 9 172
1 ACCEPTED SOLUTION

You should be using LINKTOROW() expression in your action:
LINKTOROW([Key_Column_Name],โ€œForm_View_Nameโ€)
LINKTOFORM() is to add a new record, LINKTOROW() is for editing an existing record

View solution in original post

9 REPLIES 9
Top Labels in this Space