How to get result from a frontend filtered list?

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

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

Ok, with using JS it seems to work.
At least i can change variables from there.
Let’s see.

1 Like

Hi @IKR :wave:

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 :slightly_smiling_face:

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.