IKR
1
Hi,
is there a way to get the result from a filtered list that is filtered in the frontend?
I want to access this objects to at least know is the result empty or not.

Basically i have 3x Selectors to filter an object variable, and i want to show a div with content if its empty after i filtered it.
Is that possible?
Thanks
IKR
2
Ok, with using JS it seems to work.
At least i can change variables from there.
Let’s see.
1 Like
Joyce
3
Hi @IKR 
I didn’t understand your question. In the screenshot you shared, you can see the result if an array of objects.
Are you trying to see if the objects are empty?
Hello @IKR ,
I’m looking to do the same thing. Can you please share your solution?
Thanks 
IKR
5
I got it somehow running.
Basically i converted the filtered list with some formulas (weweb) to get structured data.
If you still need let me know.
Ok. Thanks for your help.