This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I was trying to get the App to be able to update a table with a SQL View
as data source, however I got the following error when I tried to save
the changes: Incorrect usage of UPDATE and LIMIT Not sure if I’ve missed
something or if this is possible ...
I’ve an export CSV action in my app which I wish to use it for multiple
views of different slices. However, while the action perform as expected
(download a CSV contains only the record) on one view, when the action
is used in another view (a slice) ...
I’ve recently encountered an issue, that when the user is editing a
record inside a form view, their input data sometimes get cleared
randomly. This issues start happening since 19/3 but I didn’t make any
changes to my app, so I’m suspecting if the r...
I’m currently running a data entry app which more than 20 users are
inputting data and adding row to the the same table. I realized the sync
is taking extremely long time (a few mins) when there are multiple users
using the app. Checked the performan...
I want the Appsheet to detect new files uploaded to a google drive
folder, and add a record to a table. With the new automation features I
am trying to build a bot which includes a “Folder as a Table” data, and
set the event to when a new record is a...
I just checked the log it seems that query Appsheet tried to run is
UPDATE table SET column = ‘111122333’ WHERE Key = 'xxxx LIMIT I tried
removing the LIMIT and successfully ran the query from the client,
wonder if there is any options that I can con...