Hi community,
Sorry to bother, I’ve been trying to work this out by myself for hours now…
I’m surprised I’m the first to bring that up, or maybe it’s just a simple function I did not find yet?
I’m in a record review layout. When creating a new record, I’d love it immediately displayed in the record review.
Current (annoying) use: the “create new record” button of the record list opens a new record form. Once validated, this newly created record is somewhere (lost) in the record list; I have to find it to have it displayed on record review, and start populating the fields the way I want to.
I’ve been thinking of adding a button to run an automation with something like
- create new record
- find record ID
- open interface record ID url
https://airtable.com/baseId/interfacePageId?recordPickerId=recordId
…but I’m not familiar with scripting at all.