Little problem with the right Object-format (JSON/Arrays)

Ok. i could get it to work.

The Problem was here…

wrong format…

myFilter = [{[myArray0[0]]: myArray2[0], [myArray0[1]]: myArray2[1], [myArray0[2]]:}]

right format…

myFilter = {[myArray0[0]]: myArray2[0], [myArray0[1]]: myArray2[1], [myArray0[2]]:}

Now everythink is working like it should.

Thanks anyway Yisrael.