Trouble display multiple lists from same collection on web-page, but different query-filter

I’m struggling showing 3 columns of data from teh same external collection but with a different filter.

Imagine a web page with a kanban board with 3 columns
And tickets witih 3 status: to do, doing, done

Column 1: To Do
Column 2: Doing
Column 3: Done

The records are in an external collection.
For each list, I call upon the same collection, just different query filter

My question is: Should this be possible with Adalo

I ask because: In my tests, the lists seem to interfere or have some sort of issue while loading. Showing some records double for a moment.

Already tried the following:

  • Stripped down all my custom lists to the bear minim to remove anything that might be the casue other than simply loading the data. No linking-to-or-from. Which seems to work
  • Then when I add link to the details it starts to jump (flash duplicate records) once you close the detail page (which in this example is a modal)
  • Update: Using an internal collection does have that same issue as it appears

I tag you @adalojosh because we’ve been touching this loading in another post

Yes this should be possible! If you’re running into issues it would be a bug. I know we’ve occasionally fixed a bug over the years with lists on the same screen pulling from the same collection so maybe something still needs to be addressed there. Please file a ticket with a video and let them know I flagged it as a likely bug.

Dear @adalojosh
The bug has been there for some weeks, even today stil, and just now when I finally sat down to make the video, it didn’t happen again. Not sure if somethign cahnged on your side, or maybe from Baserow (our source) but it seems good now - but I will keep an eye on it. (just for the context, it was working, and then it started with the bug for no good reason, persistent for couple of weeks, and now disappeared again - no relevant code changed done on my end that could cause/solve it.)

Weird! Glad it’s working. Knowing it’s an external collection helps though. I’ll try a few tests.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.