Row UID with Pack

interesting solution, thanks Max!

I believe using “+” is an undocumented feature, but I like the elegance.

The formula

Url(thisRow)

will return the URL of the row

So for one of my packs, I get the doc maker to add a ROW column to their table.
Its formula is Url(thisRow)
So they can simply use ROW as one of the parameters to the pack.
The pack then gets the URL of the row in question and can use the Coda API to access and manipulate it.

Max