Form Link with thisRow.EncodeForUrl()
This gets monstrously close to what I need. Hyperlink([Order Form Url] + '?Person=' + thisRow.Url().EncodeForUrl()) Form Link with thisRow.Name
grid-oz9ed3dswo/i-n5GUWYAmZG
Form Link with thisRow
This would be the easiest for most people Hyperlink([Order Form Url] + '?Person=' + thisRow) Form Link with thisRow.RowId()
Form Link with r + RowId()