This might have been covered but I missed it…
Using the Custom AI component to create a Pop up modal window. Works great but…
How do we refer to Data fields when using the AI component.
Like I want to open a URL with and Onclick action.
It works fine with this…
onclick open browser with URL = http://carbonsquare.com/
But how would I call a Data field named URL so that I could set the URL without hard coding it so that this could work…
onclick open browser with URL = [URL Data field]
Are there special marks like {…} or […] than need to surround the names of those custom Data field for it to work?