'value' is already defined in YAML Azure

Copper Contributor

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 

0 Replies