-
Suggestion
-
Resolution: Duplicate
-
None
Description:
Within the list function, Automation cannot access smart values “outside” of the Json.
Example:
{{#webhookResponse.body.results}}|{{startDate}}|{{#=}}{{billableSeconds}}/3600{{/}}|{{factor}} |{{attributes.values.value}} | {{/}}
{{factor}} will need to be accessed outside that block, Currently the function tries to find “factor” as data within the JSON. It's not possible to set the scope of a variable.
Suggested Solution:
Provide the ability to set the scope of a variable (local, script, global, etc.),