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 ?
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?
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.