Where do I add this? I am collecting the data from a barcode scanner with the OnScan
Collect(stockCollect, {Title:BarcodeScanStock.Value,equipment:BarcodeScanStock.Value,location:User().FullName,moveDate:Now(),stockBox:"S"})
And then a Save button OnSelect is where I set
Collect(stockScan,stockCollect)
The scan seems to pull back the data OK so I am guessing it should be on the Collect statement but I am not familiar with this at all
Thanks
And a Save button