I have a field where I’ve placed a URL type Button to open the record in an Interface I’ve built.
The interface has a dropdown with the record name field available and when I pick a record from that dropdown, the Interface loads the correct data and displays it correctly.
When I launch the Interface from the record Button in the table, the record ID passed to the Interface does not seem to correspond to any real record and so the Interface is blank. I can then use the dropdown to pick the record I planned to have open automatically and I see that the record ID in the URL is not the same as what came from the table Button.
The Button URL Formula is:
'https://airtable.com/appHbz38Nlvcyl3DR/pag3PeLHRalQ8SakJ?GUu5w=' & RECORD_ID()
(note: for safety, I’ve changed some of the letters in the URL above–but you get the idea)
Why won’t this launch the Interface with the chosen record already open?