Custom
. It can be any kind of plain text but also
Javascript code.
return
keyword then it will be automatically prepended to the beginning
of your code.
"{{My variable}}"
, it will parse the variable ID (something like
vclfqgqkdf000008mh3r6xakty
). You need to remove the double quotes to properly get the variable
content value.For example,"{{URL base}}/path"
=> vclfqgqkdf000008mh3r6xakty/path
{{URL base}} + '/path'
=> https://my-site.com/path
`${{{URL base}}}/path`
=> https://my-site.com/path
web
or whatsapp
depending on the environment.
morning
, afternoon
, evening
, night
.
Then you can use this variable to conditionally display content:
Labels
and
Ids
. Labels are the data displayed to the user and Ids are the data used for other requests to
that external service.
This value block allows you to find the Id
from Ids
with the same index as Label
in Labels
Results
table.
window
,
document
, navigator
, etc., you should enable this option.
{{Variable Name}}
syntax correctlyreturn
if not present