Forum Discussion
Kakani_Santosh
Sep 19, 2022Copper Contributor
'value' is already defined in YAML Azure
when i tried to run my YAML in loop and i wanted to concatenate all the values in collection into one string it showing error so can any one help me
- name: testFilter
${{each item in parameters}}:
${{if contains(item.name, '_test')}}: null
value: Join('test', item.name) # Throwing Error 'value' is already defined
No RepliesBe the first to reply