Skip to content
Discussion options

You must be logged in to vote

Those three are all example of one use-case.

Value templates are just strings and the "${var}" are not Javascript templates, but rather references to other fields in the model.

So:

account#${name} will translate to something like: account#Peter
account# is just account#
user-email#$(email} could be user-email#user@example.com

ie. ${field} are expanded using the field value supplied in the api.

So "-" is nothing special. Just a character in the string. Case is sensitive.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@evbo
Comment options

@dev-embedthis
Comment options

@tripplilley
Comment options

Answer selected by evbo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants