Query of Item contained in Array
Hi, what is the proper code for checking with a query if a user's ID is contained within an array which is a service response from the db ?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi, what is the proper code for checking with a query if a user's ID is contained within an array which is a service response from the db ?
Closed.
Have you managed with this?
Nope
Hi Avery,
You should store response with data which contain array.
And than check if ID is in array with function like jquery inArray
What if there are multipel arrays? how do I map from the correct array? variable
Hi Avery,
On stage store you can filter unwanted data.