Resolved! Use DT format inside an automation.
Hello,
We are working on an automation which calls many different lists of nested dicts. Example:
upField:
0:
field1:value1
field2: value2
1:
field1:value3
field2: value4
In a playbook it will be easy to call only field1 using this expression: ${up
...