Oct 05, 2022 05:03 AM
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
https://airtable.com/baseId/interfacePageId?recordPickerId=recordId
…but I’m not familiar with scripting at all.
Oct 05, 2022 11:30 AM
Welcome to the Airtable community!
You are not the first to notice this behavior and want the behavior you described. However, people tend to have different ways of phrasing this issue so it is hard to search for.
There is no simple workaround for this issue. It is not possible to have a button or scripting that will do what you want. Scripting cannot open a record in the user interface.
Oct 12, 2022 11:48 PM
Thank you :slightly_smiling_face:
Scripting cannot open an url? Indeed I tried (window.open
) and didnt achieve anything, which I believed was just my lack of coding ability, but again it seems to be just plain impossible.
Oct 13, 2022 05:24 AM
Scripting does not have access to the window object. Plus, scripting is not yet available in interfaces. Scripting can present a markdown link that leads to a url, but the user has to click the link and the url will open in a new window.
Oct 14, 2022 03:18 AM
UPDATE:
After 2022-10-13 big general update on Airtable, the validation of the new record form brings you directly to displaying this newly created record on record review.
Much more convenient.