Hey @Teodor,
I have a list of comments in my Database and I just created a server action to display them all on my page.
Sorry I shared the wrong documentation on my post, I followed this one and “Collections” is not showing: Wappler Documentation - Show Total Number of Records from a Query
Just tried again and same problem.
Actually I have a few pages showing a list of records and they are all recognized as Text and not Array.
That said, if I write “count()” directly in my code, it really displays the number of records…
We are having similar issues with nested queries but will start a new thread. Am certain we could select the nested repeats as arrays before and now they don't appear as an array anymore... If we manipulate by hand everything is fine and displays as normal, ie show/hide/format etc. Very strange. Across the board with Node and PHP server types...
Is this issue resolved in 4.0.0 Beta versions? Happening with multiple queries, nested queries, real pain in the backside! I don’t want to throw a load of views together to skirt this issue… Can see clearly in the Actions that type is array so why do they show as Text when used within a page?
Hi @George thanks for the out of hours reply I really appreciate it. Unfortunately that does not work as it the fields for the formatting become blank and as soon as you select the array it reverts back to text. For now am simply adding [0] to get around it. Is this issue fixed in 4.** by any chance?