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.
Here’s where you’ll find a buzzing community of Security professionals from around the world with one common mission: bringing their Security platforms to the next level.
I think in Actions, in addition to the actions:Data: Execute an action
on a set of rows.Data: Set the values of some columns in this row.The
action is needed:Data: Set the values of some columns in another
table.Either I'm lacking imagination, or...
I think in Actions, in addition to the actions:Data: Execute an action
on a set of rows.Data: Set the values of some columns in this row.The
action is needed:Data: Set the values of some columns in another
table.Either I'm lacking imagination, or...
I've created a POST endpoint on a local server in node.js using
express.js and localtunnel.js.I call this endpoint from AppSheet using a
WebHook.Everything works fine except when the server is shut down.To
check if it's running, I've defined another ...
It is not unusual for developers to have certain parts of an application
that can be included in any of the ones we make:- Task management.-
Management of acronyms used in the company.- User Setting management.-
...I don't know if it would be possibl...
I have created a Script in GAS to which I pass a PDF and it generates a
PNG for each of the sheets that compose it.If I launch the Script
directly it takes about 5 minutes, less than the 6 minutes that Google
says for free accounts (41 sheets and 41 ...
Suvrutt_Gurjar gave me a solution a while back.Complex solutionIt works,
but I think it's too complex for something seemingly simple: copying the
contents of a field in one table to another field in a given record (or
several) in another table.I find...
Out of necessity, I've come across this issue.In places where it's
illegal to store images of ID documents, I propose a homemade solution:A
document cover, so that only the area where the MRZ is located can be
photographed.
In the end, I opted for a different approach.Nothing prevents me from
calling an endpoint in a bot using a script call instead of a webHook
call.If you do it the first way, it's easier to control the fact that a
URL doesn't exist and then act accordi...