GetRows(text tableId, text columns)
So far, I reached this but the result is error.
Trying to push the limits of App Inventor! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.
The ID of the row you want to update. A quoted string. To get the row ID, perform aSELECT
before theUPDATE
.
Dear Taifun,
These are the blocks I am mentioned in my last reply it was hidden in the quoted text, I am sorry.
Events
GotResult(text result)
- Indicates that the Fusion Tables query has finished processing and returned with a result. The result of the query will generally be returned in CSV format, and can be converted to list format using the "list from csv table" or "list from csv row" blocks.