Initial value from an action

Hi there!
Is it posible to add an initial value in a new form, depending on witch acton the user trigger?
If ti is, how aere the steps to do it?

Eg: I create several slices, that show custom columns view, as in the form and table view. There is another table, where I used a Detail view, to show the actions that trigger the LINKTOVIEW into the form of each of the slices. When the user trigger action โ€œAโ€, I need to add an initial value, into the form of the slice โ€œAโ€.

Solved Solved
0 6 321
1 ACCEPTED SOLUTION

Like LINKTOFORM(โ€œFormViewNameโ€,โ€œYourColumnNameโ€,โ€œAโ€)

View solution in original post

6 REPLIES 6

Are you able to use LINKTOFORM() instead of LINKTOVIEW()? Then you are able to add an initial value.

Ok, and how can I add an initial value, deppending on witch acton the select?

Action A, should have initial value A
Action B, should have initial value B, and so on

Like LINKTOFORM(โ€œFormViewNameโ€,โ€œYourColumnNameโ€,โ€œAโ€)

Thans @Aleksi and @Austin_Lambeth!
Problem solved

Youโ€™re welcome

Top Labels in this Space