Action to edit Slice form?

Nick_Neumann
Participant IV

How can I add an action to edit the form of a row in an alternative slice? I want my view to have three different actions, each to edit one specific column. So there would be an edit location action that would direct to a slice form that only includes the location in the form, an action to edit just the title in a separate slice, etc.

I tried LINKTOFILTEREDVIEW but it always would just bring me to a blank form for a new column, rather than editing the existing column. Any thoughts?

0 1 346
1 REPLY 1

Steve
Participant V

First, you need to have a form view configured to use the slice.

To use an action to allow the user to add a new row to the slice, use LINKTOFORM():

To use an action to allow the user to edit an existing row of the slice, use LINKTOROW():

Top Labels in this Space