Forum Discussion

nicholas888's avatar
nicholas888
Copper Contributor
Jun 24, 2021

Using an array with where statement

I am trying to pass an array to the where clause, please see example below:   let terms = pack_array('12345', 'ABC123'); ADFPipelineRun | where ResourceId has_any (terms)   I am aware I can use...

Resources