Datablaze row return limitations?

I am using Datablaze and having an issue with it not returning certain rows. I can't for the life of me figure out why it isn't showing some of them. Is there a limitation on the number of rows returned? I have used conditionals to try to make it return rows (and all of a sudden they'll appear in results), but this isn't ideal because I need for it to return everything if possible.

What is going on?

Hi @Stephanie_Bouldin
The default setting for the number of rows it can fetch is 200. You can change this setting for the DbSelect command as shown in the screenshot.
image

1 Like

Thanks! I thought it wasn't actually set since it was greyed out. Should have tried that...