Steven Liu
Ā Ā·Ā FF Expert & Ambassador | Helping you launch your app - hundredacretech.com | youtube.com/@StevenNoCode

2 Infinite Scroll Query not possible on same screen

Resolved

Hey everyone,

I'm having a problem having 2 grid view widgets with infinite scroll enabled on both - during test, only one works and the other one has an endless loading wheel.

I require 2 backend queries because there is a choice chip at the top selecting Me or Everyone Else, thus the 2 backend queries (one filtering for documents where user_ref = auth's user ref and the other filtering for documents where user_ref <> auth's user ref). The conditional builder is based on the choice chip's selection.

I tried setting both grid views to primary, only one to primary but it doesn't resolve the issue. The only time both show is when one backend query have infinite scroll disabled.

Does anyone have an explanation on why I cannot have 2 backend queries with both infinite scroll enabled? This could be a bug or a design choice. Both have the same settings (I created one and copy-pasted the other except changing the backend query).

I also don't mind also changing the methodology in identifying whether it's "my documents" or "other people's documents" if you can suggest a different solution!

3
6 replies