How to use an alternate variable

Usecase: A Blippa customer is using the REST API in a FORM to input data from a sauna booking app in WIX.

However, depending on the user, the data may differ: sometimes the email is posted in another variable.

The solution: We made it possible to have “variables in variables”, trying with a second variable if the first is missing.

Example:

Note: This can also be used when extracting data from a Datasource: You can revert to another variable if the first is missing. Or simply put No data after the questionmark (?)

Example: $var:customer_id.AssetTypeText?No data$