Appsheet Process to Appscript Without Table

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

0 2 95
2 REPLIES 2


@yanu wrote:

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


Currently this is not possible.  All features within AppSheet are based on rows in a table and AppSheet does not maintain in-memory variables. 

 

ok thanks sir

Top Labels in this Space