Questions tagged [google-app-maker]

DO NOT USE for new questions. The google-app-maker tag is used for questions about the deprecated Google App Maker. It was deprecated in 2021.

The tag should be used for questions about Google App Maker.

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

App Maker was a low-code, application development tool

1130 questions
3
votes
3 answers

Connect AppMaker to Google SQL

I tried to connect AppMaker to an existing Google SQL database without success. In Google Cloud, I created a second generation instance (europe-west1) and allow every IP (for the test). Next, I created a user, connected Workbench with the database…
Bas
  • 33
  • 3
3
votes
2 answers

Suggest Box not working for SQL

I'm seeing an error when typing into a suggest box: Thu Dec 08 10:45:58 GMT-700 2016 Speckle models do not support distinct sorted field values. Error: Speckle models do not support distinct sorted field values. E Thu Dec 08 10:45:58 GMT-700…
2
votes
0 answers

Is it possible to create a custom event for calendar similar to tasks add on in calendar

I am a beginner with Google App maker. I want a custom calendar event similar to 'outOfOffice'/AppointmentSlots'. I used the tasks add on there is a new event type called 'Task' appearing when I try to create an event. Also, There are new…
2
votes
0 answers

Limiting drop-down options based on lookup table

I have three tables (simplified for this question): Teams: [team_id, team_name] Users: [user_id, user_name] Teams_x_Users: [id, team_id_fk, user_id_fk] (Screenshot below) On an Update User Form, I placed a table with the selected user's assigned…
Matt W
  • 61
  • 3
2
votes
0 answers

Questions about AutoComplete in Google App Maker

I've implemented a AutoComplete in google app maker. It's working fine. But the problem is when I try to save a data by writing half part of it and then just select from the list of autocomplete, it doesn't save the whole part that I selected. It…
2
votes
0 answers

Adding a "New Tab" dynamically in the Tab widget in Google App Maker

Google App Maker allows me to drag and drop the "Tabs Layout" widget on a page and add the required tabs from the "Tab Properties" section using the "NEW TAB" button, but this makes it a static way to do things. My requirement here is that I want…
Akhil
  • 21
  • 3
2
votes
0 answers

Change font size in Google App Maker code editor

I want to share with you a great tip for Google App Maker code editor. As you know when you zoom-in browser screen to make font size bigger, it makes all elements bigger and this make the editor smaller. So with this tip, we will increase font-size…
Islam ElKassas
  • 116
  • 1
  • 5
2
votes
0 answers

Writing JSDoc(-like) comments within an Apps Script library imported to App Maker causes it unable to be used?

I am trying to import an Apps Script library into App Maker as outlined in this page: https://developers.google.com/appmaker/scripting/libraries However, after successfully importing it into the App Maker app, upon trying to use the library within a…
James
  • 153
  • 9
2
votes
0 answers

How can I set the page size for a PDF created (from HTML) and emailed using AppMaker?

I have a function in my AppMaker app that works like a charm -- when you click on a button, it takes the data from the current record, applies some logic to it, and mashes it up and styles it as HTML. I want to deliver the results to the user in two…
Lynn Hoffman
  • 200
  • 11
2
votes
2 answers

How to access Google SQL tables outside App Maker

How can I access my Google SQL models days created in Google App Maker from outside the application? For example, how do I access my App Maker model data through an App Script in a Google Spreadsheet?
ForeignerBR
  • 2,449
  • 4
  • 23
  • 28
2
votes
0 answers

JDBC connection in Google Appmaker - do not want to store password in script

I would like to set up a JDBC connection for an app in Google App maker without storing the username/password in the script. I thought of doing this by storing this information in a spreadsheet that only I have access to. In this case, the…
Z Rizvi
  • 31
  • 2
2
votes
1 answer

Client Reload Record after Server Side Change

After I call app.saveRecords() in server script I have to hit refresh (in Chrome) on any client pages to reload the datasource. Is there something I can call after saveRecords() on the server to force the clients to refresh?
Jim
  • 33
  • 4
2
votes
0 answers

Using Pager to rotate through Page Fragments

I'm using Google Appmaker to produce an internal dashboard. The dash requires that a series of page fragments (designed as 'cards') be cycled through using a pager. I'm a little unsure on how to do this - my thinking is that I'd need to set up a…
2
votes
1 answer

Google App Maker saving records to DB is taking 240ms per record

We are having a Google App Maker app using Google Cloud SQL tables. Our location is Prague, Central Europe and saving one record takes incredible 240ms at minimum. It looks like Google App Maker has a proxy just close to my location (latency ~20ms).…
2
votes
1 answer

Looking for education materials about App Maker

Last year Google launched a RAD platform, that is called App Maker. It looks promising for my needs, as it's quite often when I need to build something small in a short time. Surprisingly, but there are no many educational materials. All I could…
1 2
3
75 76