The url of the expanded view of a record in a grid view is fairly easy to build. You can open Airtable in a web browser to examine the url. It has the base ID (appxxxxxxxxxxxxx), table ID, view ID, and record ID. You will need to hardcode all of those IDs except the record ID. You can get the record ID with the formula RECORD_ID()