Creating a different link to view action for each record in detail view

I want to change the linktoview action in the detail view but don’t know how to do that.

Here is my table view

Here is the detail view

So what I am trying to is change the click here to enter trial action in the detail view to be different for each row of the table view (ie link to a different view on each row)

Can anyone advise?

LINKTOVIEW’s target view name can be an expression. So create a field to store the view name and use it to jump to whatever view you want.

2 Likes

Thanks got it sorted from your reply

1 Like