Hi, Max, is it bug? when I try to build a where statement - access IN {data:access_levels} I get an array in Quotes and double quotes?
[access_levels] => Array ( [0] => 11 [1] => 12 [2] => 13 [3] => 7 [4] => 14 [5] => 9 [6] => 8 [7] => 10 [8] => 6 )
[read_data4] => Array ( [********] => SELECT * FROM `` WHERE access IN ["'11'","'12'","'13'","'7'","'14'","'9'","'8'","'10'","'6'"] [returned] => ( ) ) )