Hi, I’m new to appsheet, right now I’m making a template, however, when I try to do my start expression like google did in the example from this doc it fails
that doesn’t work for me, is [Order Details] the name of the table?
the way it works for me is if I apply a filter to the expression like this(from my own dataset):
<<Start: FILTER(“quote_detail”,[quote_ID] = [_THISROW].[quote_ID] )>>
in the end I’m able to achieve what I want for this case, however, I’m trying to do a “group by” and the one example I find is using the start expression without the select as well so it’s not working for me.
Please any advice or guidance will be appreciated.