Stumped troubleshooting a simple filtered List

Hi All -

I trying to work through why this List component is showing 2 line items instead of 3. The List shows all of the associated estimates for a particular “SR”, short for Service Request.

Here is the configuration. It is simply only showing the estimate lines from the Estimates table where the “SR Identifier”, the Row ID for the SR, is the same as the SR that is being viewed on the screen:

There are only two that show up. However, there should be three, as an estimate which has the exact SR Identifier is not being shown.

The SR identifier on the screen:
image

The same SR identifiers being shown for the 2 estimates that show up in the List:

The SR identifier being shown on the 1 estimate that should be shown on the List but is not:

I know this isn’t much info to work from, and can provide whatever may be helpful. But has anyone come across List filters like this not working as expected? Any common things to check?

Thank you!

Doesn’t look like a factor, but I would check for any row owners.

Check for any item limits on the collection.

Re-enter the SR number on the row that is not showing.

Unfortunately, checked / tried all three and the issue persists. No row owners, item limit is not set, and tried resetting the SR number.

It’s strange as the inline data view in the layout editor shows only 2 items:

However, if I go to the estimate that is not showing up, the relation to the SR via the SR identifier seems to be working:

Any other thoughts? Just wanted to check the group before submitting a ticket…

Based on what I’m seeing, nothing else is jumping out to me.

Got it, thanks as always for your help Jeff

1 Like

Do you have a relation/query powering that collection, or is it pointing to the whole table?

1 Like

Got Glide Support involved and turns out this was all due to a wrong field being used in the List component and there were, in fact, two items. :man_facepalming:

3 Likes

What you see in the data editor is what you will see in the layout editor. A little bit of filtering aside in the layout editor, if you are expecting to see 3 items in a collection in the layout editor, then you should have a table, relation or query with those 3 items.

1 Like