I see how I could surgically alter the URL with a find replace based on the structure I observe comes out of using the ui to generate a link from a given view, but it seems brittle and I am wondering if there is a canonical way.
Hi! This resource here does a good job of explaining how to open a specific modal layout. The resource doesn’t specifically do this with ObjectLink(), unfortunately, but I’m hopeful it’s helpful resource nonetheless.
Thanks James. I don’t think that solves this problem directly, as it requires a person to click a button to trigger the OpenRow() action, right? I suppose I could put a button like this in the default layout, so that at least if someone lands on it, they are one click away from opening the row in a more helpful modal.
click a row inside of the view you want, that will put the link in the URL of your browser
copy that, remove the ending numbers (which are the row id) but leave the final ‘r’ so it looks like: https://coda.io/d/.../...#.../r (ellipsis censoring my data structure)
use concatenate( “https://coda.io/d/.../...#.../r” , rowId(), “&view=modal”)