Hi there,
Is anyone using a formula field to create an interface page for each record?
The formula looks like this :
'https://airtable.com/app.../pag...?...=' & {record_id}
This way, the record picker picks up the record automatically, so each link can function as a customized page. I use this to control our projects. The record_id of each project gets picked to create a page with all-round information of the project.
:cry: BUT it stopped working recently, the link opens the interface page, but the record_id automatically changes back to the default (the first record in the record picker list) …
I am waiting for Airtable support team to answer by email.
Meanwhile I wondered if anyone was using interface designer by configuring URL with record_id AND if anyone is experiencing the same problem as me.