array as input

Answered

Hi all, I am in trouble using array as input in my stack.

In my case I have a 'insured' table and a 'policy' table. I am using filter by a custom query WHERE db:policy.id = var_2.id (var_2 is a list of policy id, resulting from customer relationship and auth control). I tried to pass this list and got this error

{

message:

ParseError: 'policy.id' = [26,24], message=Lists are not supported.

}

but how to execute a search loop to each id until end of loop?

I have read question https://community.xano.com/discusion/1924451/how-to-use-an-array-of-objects-as-a-function-input but the answer is not clear for me.

help please :)

8 replies