Flux Query with MultiValue Variable

Something like this might work.

|> filter(fn: (r) => r["obj_name"] =~ /^${multiValue:regex}$/ )

This thread should help

1 Like