appsheet is used for multiuser
Then
I want to process with algorithm is
appsheet provides input variables to appscript, then appscript provides the results
example
variable spreadsheet
a = 20
b = 30
then call the appscript function to add and the result is 50 , the result 50 is displayed to apsheet
The problem is how the appsheet does not use a table to write input variables a and b
The point is, is it possible to write a variable without writing it to the table??
Or simply, we make a kind of calculator application, but don’t use tables, because we don’t need the data to be stored