Mapping attributes

FREELANCER and BUSINESS plans do support mapping attributes.

Mapping attributes is similar to mappings values. Let's consider a simple mapping of an Airtable field called "Product title" to a 3DVista component called "Title":

This results in the Airtable record's value being mapped to the "Title" component:

Mapping attributes is very similar. Let's say we want to change the color of the Title and we want to use a value from Airtable. The color can be computed, for example depending on the product's status it can be green if the product is available or red if the product is sold out - we can use a formula field to achieve this:

Voilà, there we have the color of the "Title" component changed:

With attributes you can change the component's style, position, alignment etc.

You can find a list of the supported attributes and instructions on how to use them in the Supported attributes section.

Last updated