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
2
votes
1 answer

Dropdown from values of a database field

I have an issue related to the data filtering. I have a Google Drive table to store data, and I want to show one field of this data source in a dropdown to make a filter by this field (Country). The problem is that this dropdown filter it's only…
jbra95
  • 881
  • 2
  • 11
  • 30
2
votes
2 answers

Google App Maker: TextBox only accept Numbers

How to set a TextBox to only accept Numbers?
2
votes
2 answers

How to import data with Relations from Sheets

Is there a way to import data into an app from Google Sheets that includes importing relations? The documentation I found mentions the following: You can import all data in a Sheet into a model, adding the imported records to any records that are…
Carson Taylor
  • 45
  • 1
  • 4
2
votes
3 answers

How to make friendly custom URL for deployed app

After deploying an App Maker app, how does one set a friendly URL, or custom domain, or make it appear in the list of your G Suite domain apps? I've looked through App Settings and Edit Deployment, but there is nothing to be found, the unique…
2
votes
1 answer

Can I sell to the public apps I made through Google App Maker

From what I've read I can deploy apps to members of my organization or specific email addresses from google app maker. Am I able to sell these apps though through the google app store to the public?
2
votes
1 answer

Google AppMaker: data import not working from sheet

I am trying to import to an AppMaker app and all I can get is the following error: JDBC backend failure. More information: Error while executing SQL statement: Incorrect string value: '\xC2\xA0' for column 'business_name' at row 1. 0 records…
kgingeri
  • 310
  • 2
  • 12
2
votes
1 answer

Google App maker Architecture

We do not see app maker architecture in the documentation, Is there any diagrammatic representation of app maker architecture. Can anyone suggest how can we represent the architecture of app maker
2
votes
1 answer

Google app maker testing approach

After development how can we test the application, is there any tools available for unit testing or any automation testing can be done in app maker. If the above things cannot be done means the only option is manual testing. Please suggest me any…
2
votes
0 answers

Security measures between appmaker and Google Cloud SQL

The communication between the browser and the appmaker runtime environment is secured by HTTPS. What security measures are put in place to secure the connection between appmaker runtime on Google and the Google cloud database? In Appmaker it simply…
2
votes
1 answer

Event Listener for App Maker Text Editor Widget

I would like to add an event listener to a Text Editor but I cannot seem to get it to work. In the past I have been able to add event listeners to Text Box and Text Area widgets by adding some script to the onAttach event of the…
Phil Thain
  • 31
  • 5
2
votes
1 answer

How to create new records from the server script

According to the documentation, new records can be inserted into a datasource like this: var record = app.models.Person.newRecord(); app.saveRecords([record]); However, when in my server script I'm trying to do something as simple as: var item =…
Septagram
  • 9,425
  • 13
  • 50
  • 81
2
votes
2 answers

No Longer Able to Access App Maker

I've been using Google App Maker for a few months now, but tried to log into an existing App today and am getting this error: The published app still seems to be working. But, I tested two different admin accounts to try and edit it and both get…
Adam Bergeron
  • 535
  • 3
  • 11
2
votes
2 answers

App Maker: Public facing IP for UrlFetch?

What are the public facing IP addresses, when app maker calls an external service with urlfetch? My external service insists on white-listing these. Is there a public list available from google? Within App Maker, I want to use the UrlFetch to call…
John
  • 31
  • 2
2
votes
1 answer

Table Not Updating After Adding Entry

Short version: New entries don't appear in a table with a Query Builder filter unless I manually refresh the page. Long Version: I have a Table that is using a Datasource Query Builder to filter out entries that have been marked as Complete and…
Adam Bergeron
  • 535
  • 3
  • 11
2
votes
3 answers

Call a Google App Maker App with a parameter

Hello i am new here so if i ask a stupid question please forgive me. We at AppAtSchool are working with Google ApMaker and we want to call a published App with 2 parameters. How can we read those in App Maker? Thanks in advance!