Can I have 1 canvas option with 2 layouts?

Hey @Juan_Quintana, welcome to the Community!

You can make two buttons that will open the same row with different layouts. You have to create a separate view, select a different layout for that view, and then use thisRow.OpenRow(ThatView) to open the row as if it were opened from that view.

Here’s the trick. The parts about URL manipulations are outdated — you can simply use .OpenRow() now:

1 Like