Hi!
Is there any way (maybe an expression combined with existing actions) by which I can achieve the “Open a form to edit SOME columns of this row” action?
1 Like
You do this by creating a slice of the table, only including the columns to be edited. Then create a Form view for that slice. Then create a LINKTOROW() action pointing to that new view.
5 Likes
Thanks!
