-
Notifications
You must be signed in to change notification settings - Fork 11
Input data
hzhao392 edited this page Dec 30, 2020
·
1 revision
transform.render({
url: url,
activate: true,
store: storeResponse,
}, 'root', data);
Where data is a JSON object like such:
{"firstName":"Alaina","age":"55","SEX":["3"],"SEX2":["6"]}
the input data can be used as variables for piped outputs as well as displayIf conditions