Is there a way to get just the results for a particular field. For example with a sql select you simply name the fields that you want. select this-item-only from table. I’m trying to create a json output for all results of a single table column without doing the for loop to gather them.
Ha, good question: does wixData support projections? Answer: no, not yet, but they are working on it. In sql-terms, it will always do a “select * from tablename”.
Read my https://www.wix.com/velo/forum/tips-tutorials-examples/giri-gives-a-fac-4-we-can-see-your-data-set
at the bottom there’s a ref to a Wix article to roll your own.