Edit content button

Creating an "edit this content" button inside the virtual tour

Creating an "edit this content" button inside the virtual tour so that you can go directly to the specific record in Airtable.

We need to have the base url and add the record ID at the end.

Let's use this base URL as an example:

https://airtable.com/appfHlukr153NhuEm/tblddO21k8F8rZlgr/viwk7vpIbHMLR2wRu/recO4hbxXg033akde

The first part is the Base ID, then followed by the Table ID, with at the end the Record ID, which is recO4hbxXg033akde.

So we get the static part of the url:

CONCATENATE("https://airtable.com/appfHlukr153NhuEm/tblddO21k8F8rZlgr/viwk7vpIbHMLR2wRu/",
RECORD_ID())

Now we can simply map this formula field with a button's URL inside 3DVista and call it "Edit this content".

Last updated