Forum Discussion

Kakani_Santosh's avatar
Kakani_Santosh
Copper Contributor
Sep 19, 2022

'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 

  - nametestFilter
    ${{each item in parameters}}:
      ${{if contains(item.name, '_test')}}null
      valueJoin('test', item.name)  # Throwing Error 'value' is already defined 

No RepliesBe the first to reply

Resources