Questions tagged [google-app-maker]

The google-app-maker tag should be used for questions about soon-to-be-deprecated Google App Maker, a low-code, application development tool that lets you quickly build and deploy custom apps in a Google domain.

The tag should be used for questions about soon-to-be-deprecated Google App Maker.

NOTE: Since April 2020 no new App Maker apps can be created. It will be shut down on January 2021. Ref.

App Maker is a low-code, application development tool that lets you quickly build and deploy custom apps in a Google domain.

1135 questions
7
votes
2 answers

Unwanted Output In Console

I've started to get some strange output in my developer console. I was wondering if there was a way to turn it off. Net state changed from IDLE to BUSY That outputs whenever anything server side is called, you can imagine that it might cause a…
Rherma
  • 211
  • 1
  • 8
5
votes
1 answer

google.script.run in App Maker: TypeError: Cannot read property 'withLogger' of undefined

I'm developing an App Maker app and from a client-side script, I have to make calls to server side functions - suppose function a and function b - that are dependent on each other. The first (native) solution in client-side script was the following,…
sbibiz
  • 133
  • 7
5
votes
1 answer

SQL date discrepancy with some dates

I am working on a date problem. So, in the app I have a table that have some user records that includes a date of birth field (datetime sql type). The problem is that for some users whose date of birth is prior to 1954, the date is not properly…
Morfinismo
  • 4,240
  • 4
  • 15
  • 31
4
votes
1 answer

Adding multiple owners for Google App Maker records

I need help with Google App Maker data model security. I want to set multiple owners for a single record. Like the current user + the assigned admin + super admin. I need this because all records can have different owners and super-owners/admins. I…
4
votes
4 answers

Why does my deployment have no data but my preview has all the data?

My preview works and has data but my deployment has no data. I'm using the (Recommended) DEFAULT CLOUD SQL database configuration. Note: This is only day 4 with Google App Maker. Finding answers to App Maker-specific questions has been super…
4
votes
1 answer

Google App Maker / sql instance location & GDPR

I’ve been looking into using App Maker within our company and during setup (we're based in the UK & and bound by GDPR), the App Maker utility wouldn’t work unless the SQL instance was set up with its location in the us-central1 region. Q. Is it…
4
votes
1 answer

Is continuously previewing Google App Maker apps the only way to update/debug them?

I've used App Maker for several small projects since the launch of the EAP. Coming from TDD with PHP and hot reloading with Node, I'm frustrated by how long it takes to see changes and debug. I'm now wondering if I'm missing some critical piece of…
Matt
  • 607
  • 1
  • 6
  • 17
4
votes
3 answers

AppMaker: environment variables per deployment ? Get the deployment name?

Some times ago I asked this: How to check in both server-side and client-side scripts if we are in preview mode or deployed version Because I wanted in my code to have different logic whether it is the preview mode or not. The answer was "preview…
Valentin Coudert
  • 1,365
  • 1
  • 12
  • 33
4
votes
1 answer

How can I link my spread sheets to App Maker?

I'm a new user of App Maker and I've just started coding with Google App Scripts, so basically I don't know so many things about the subject, and today I'm working on a app that already exists at Google Sheets, and I have to recreate it using App…
4
votes
2 answers

Date.toLocaleTimeString does not show the proper time. It is 4 hours difference from the current time. Why?

Code: var date = new Date().toLocaleTimeString({timezone: 'UTC'}); The result is 4 hours difference from the real current time. Could someone help?
4
votes
2 answers

Where can I find all App Maker button icons?

Is there a list of button icons that can be used in App Maker? E.g. when you set the HTML text field of a button to 'Edit' and choose 'Icon' as button style, App Maker conveniently provides me an icon with a pencil on it. Right now I'm looking for a…
ilvo
  • 164
  • 1
  • 7
3
votes
2 answers

Added spaces and LRs in JSON via Appmaker

I'm working in AppMaker to create a new employee/user provisioning workflow. I'm at the point where I am creating a new G Suite user, and I have a very weird problem with spaces in my JSON. It's leading to an error: GoogleJsonResponseException: API…
Lynn Hoffman
  • 200
  • 11
3
votes
1 answer

How to hide the Accordion widget detail?

I'm having trouble with the Expand/Not Expand. I've followed instruction from the Vendor rating template but still no luck.. What I've done : Creating an paper accordion widget (not cards) named AccordionServeur with this script in the onDataLoad…
Sango_GS
  • 31
  • 4
3
votes
1 answer

How can I fix 'Unchecked runtime.lastError: The message port closed before a response was received.' when linking to G-Cal events?

I am attempting to generate a link that takes the user directly to the Google Calendar event selected. The link I generate is identical to the link that you arrive at when going through the Calendar interface, however, when the user selects the…
3
votes
4 answers

Is it possible to watch Directory API changes from Google App Maker/Google Apps Script?

I'm working on an performance evaluation app in Google App Maker. One of the challenges we have with our current tool is that it doesn't sync with our G Suite directory when a person's manager changes or when a person has a name change -- their…
Lynn Hoffman
  • 200
  • 11
1
2 3
75 76