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
0 answers

I am not able to open my google appmaker project

My App Maker project was working perfectly earlier. Suddenly, I am not able to open one of my projects, and progress spinner keeps on running. After some time It is giving Unexpected client error. I can open other projects and create new project,…
2
votes
2 answers

AppMaker - Better way to combine two fields from datasource per element of dropdown's names array?

I have an Employees model with first_name and last_name string fields (I'll use John Doe for the example). I'd like to have each line of a drop-down widget read "Doe, John" using the Employees datasource. I can bind the names array of a drop-down…
mjblay
  • 108
  • 7
2
votes
1 answer

How to allow Google App Maker app access with no sign-in required

I have created an App in Google AppMaker and have shared the Deployment to Anyone with the link can view (No sign-in required). Application Access in Deployment Settings is set to "Do not restrict access to this application". Application is set to…
2
votes
1 answer

Google App Maker: Can't associate draft record with record in draft datasource

I have two related tables. This is a relationship where parent can have zero or many notes. I am trying to save a note that's related to original record. Code itself is app.datasources.RadiosManualSave.load(function() { ... var…
work monitored
  • 431
  • 6
  • 17
2
votes
0 answers

How can I fix a "Sorry, you don't have access to this application" error when accessing app from link in email?

I have an App Maker app that sends a notification email to a user when they have to take action on an item. The email includes a link into the app to access the item they need to take action on directly. For whatever reason, when they click on the…
Lynn Hoffman
  • 200
  • 11
2
votes
0 answers

appmaker : I get error com.google.web.bindery.event.shared.UmbrellaException: Exception caught: Path segment does not exist

When trying to update a datasource, by unload , set parameter , load, appmaker bings following error on the frontend : com.google.web.bindery.event.shared.UmbrellaException: Exception caught: Path segment does not exist The data is showing…
OpenStove
  • 714
  • 1
  • 11
  • 22
2
votes
1 answer

How to browse to the next page in a datasource that is loaded into table in Google AppMaker

I'm working on a requirement where I have a datasource named 'emailSearchResults' where I search for email messages metadata and load the results in the datasource. The fields in the datasource are not relevant, however I set the datasource to have…
Bluescrod
  • 81
  • 1
  • 7
2
votes
1 answer

Dynamically Bind Data source to app maker popup

I need to have a generic "Delete confirmation" pop up and dynamically bind data source to the pop up using event fired before pop-up is appeared. Popup will be appeared on clicking the delete icon on "Location" Page (screenshot bellow). I need to…
Ajith
  • 639
  • 6
  • 21
2
votes
1 answer

How to detect an error in item creation on the client side (App Maker)

I am creating an app to store schedules and I do not want two schedules with the same date. To combat this I added this code (javascript) to the onBeforeCreate() and onBeforeSave() events. var query = app.models.DataSource.newQuery(); // New…
seas726
  • 23
  • 2
2
votes
0 answers

How to track when a relation value of a record has changed using onBeforeSave event?

I have a one to many relationship between user and userTitle where the title of the user is accessed using the relation like this: user.Title; Comparing the new and old records is not working because although the title of the user has definitely…
unbalanced_equation
  • 839
  • 2
  • 8
  • 21
2
votes
1 answer

google appmaker filter dropdown

I just started with Google AppMaker and I'm having some trouble understanding how the query builder works. Here is my scenario: I have three data sources: Customer: Name Project Name Customer Milestone Name Customer Project Now, I have…
2
votes
1 answer

Correct Usage Of Groups For Permissions

I have published a deployment that runs with the developer account. In the deployment settings I have a role called "Supervisors". I have assigned a google group to that role, directorssupervisors@domain.com. When the deployment runs with the…
Morfinismo
  • 4,985
  • 4
  • 19
  • 36
2
votes
0 answers

Sharing source files between Client and Server side on AppMaker

Is there a way to share source code between the Client side and Server side on Appmaker ? The use-cases are plenty: error message list, message code translation, permissions list etc. Without this capability, one needs to duplicate which is of…
jldupont
  • 93,734
  • 56
  • 203
  • 318
2
votes
1 answer

Google App Maker Table object only displays Date not DateTime

I have a Calculated Model in the Google App Maker project. Where the date field is set as follows. calculatedModelRecord.PullDate = new Date('December 17, 1995 03:24:00'); However when I display this calculated model in a Table or a Table Chart,…
Saqib Ali
  • 3,953
  • 10
  • 55
  • 100
2
votes
1 answer

Google App Maker Total field

I have a filtered list as shown on the screenshot below screenshot of the filtered list I would like to calculate to total of "Km" in a separate field. Can you help me ? Here is the screen shot with the structure of the widget : Structure Admin…
Michaël_B
  • 25
  • 3