Two of my snippets can't find certain rows. I'm able to find them in other snippets, just not within two of them. It was working fine one day and stopped the next.
I have no conditions set on the read, only sorting order.
See screenshot below:
Hi @Nigel.D,
Are you seeing any error when you do not see the rows?
Can you send us a screen recording of the issue when you observe it and a screen recording of the same snippet when it works?
One thing I want to add is, you probably have more than 200 rows (default) and as you do not have a sort. So the sort is random, and you might be getting the top 200 rows which might or might not match 13373
What you can do is increase the limit from 200 to a bigger number. This might slow down your query, so please use a reasonable number.
Thanks for the response.
I did suspect it had something to do with the row limit, but since it's default state appears greyed out I assumed it wasn't active.
I'm going to run a few tests and will report back.