This is my second app(first one works fine). I just added a table element and it only displays 3 rows of data despite having more rows in the database.
I also have noticed another bug when using a Searchbox. The “Field to search” only shows “slug” and no other fields.
Another problem I see is when scheduling an API on a list of things. The first task (create a thing) works fine and creates all things in the list, but the 2nd task (make changes to a thing based on the result of #1), does not fully execute. It will only handle 1 or sometimes 2 items from the list.
Thank you, yes it is strange. I do not have any duplicate data types or fields. I have even deleted the element and replaced it to see if that made a difference.