Skin CMS
Ext. linksLegal
Skin CMS old documentation
Skin CMS old documentation
  • Your first Skin CMS Mapping
    • ⚙️1. Mapping configuration
    • ⚡2. Field Mappings
    • 💫3. 3DVista Setup
    • 💣4. Create Triggers
  • Skin CMS mappings
    • Field mappings
      • singleLineText
      • multilineText
      • multipleAttachments
      • formula
      • singleSelect
      • button
      • url
      • email
      • number
    • Mapping to multiple components
    • Attributes
      • Mapping attributes
      • Supported attributes
  • Advanced
    • Airtable Formulas
      • Formula: CONCATENATE()
      • Formula: IF()
      • Edit content button
      • Include Youtube or Vimeo videos with Skin CMS to 3DVista webframe
    • Automations
      • Updating stock inventory
  • Limitations & workarounds
  • Troubleshooting
Powered by GitBook
On this page

Was this helpful?

  1. Advanced
  2. Airtable Formulas

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".

PreviousFormula: IF()NextInclude Youtube or Vimeo videos with Skin CMS to 3DVista webframe

Last updated 1 year ago

Was this helpful?