Link an action to a view

Hello everyone,

Does someone knows how to choose the view for an action ? I can choose the table, but not the view.

Thank you for your help,

Have a nice day,

Corentin

Solved Solved
0 4 144
1 ACCEPTED SOLUTION

4 REPLIES 4

Action is always attached to a table.

Once you create the action, you push expression to

Only if this condition is true
This action is available only for rows of the table that satisfy this condition

The expression is simple

Context(View)=โ€œViewNameYouWantActionToAppearโ€

Make sure the view is made out of the same table the action is sitting.

Hello @tsuji_koichi,

Thank you for your help, does it means that if we do not put an expression, the action is shown by default ?

thanks,

Corentin

Yes.

Thank you !

Top Labels in this Space