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

How do you take a picture in Google App Maker?

I'm new to App Maker, I can see and add images no problem but can't see a way to add images via camera in App Maker?
-1
votes
1 answer

Getting Unexpected client error and want to restart AppMaker from scratch/new

AppMaker.google I have unexpected client side error. I want to restart from scratch. How can I reload a clean application of AppMaker?
-1
votes
1 answer

How to add Date and Time to Google App Maker?

Can someone help me, I want to add time and date to an app without the user having to insert this. I have figured out how to fix the Date, but not the time. Can anyone help me ?
-1
votes
1 answer

people picker custom action in app maker

During custom action in people picker field how to convert the string to a object
-1
votes
1 answer

create new document on button click using app maker

In google app maker new document should be created on button click and the saved document link should be available in the form to open it for further use..(same functionality as in share point).i am trying on this...help me with some answer to make…
-1
votes
1 answer

About Filter Lists of Google App Maker

Where do I create a filter script on the list of table in first time. I tried in onLoad event but its not move(How Can I Filter Multiple Variables In A Table?). var datasource = app.datasources.Project; var statuses = ['Completed', 'Canceled']; …
-1
votes
1 answer

Google App maker multiple files drive upload

We are going to use drive picker as attachement field, so whenever an user uploads a file or multiples files to drive we have to get the links of the files and show it to the user in the form.
-1
votes
1 answer

Do apps built with AppMaker scale?

Is this a robust app build & deploy tool that can be used to deploy apps to the public, with large numbers of users without failing or performance degradation? Has anyone published an app that has 10,000's of users?
Ray W
  • 65
  • 1
  • 6
-1
votes
2 answers

App Maker and Cloud SQL - connection issue

I am working on an app which is using Cloud SQL database. I am already connected with Cloud SQL instance using instance name, user name, password. I am able to create tables (by adding model), drop tables (by check) from App Maker level. However I…
-2
votes
1 answer

Need some help assigning answer to google app maker form

on a google app maker form, How do you assign an answer to a question based on another answer or if the question is blank. for example the time entry form question asks for the date of the entry, if it is blank how do i make the answer todays date?
-2
votes
1 answer

Can you merge or relate two data models together?

I have two different data models but they pertain some of the same fields. I was wondering if there is a way to merge them together since they have the same fields? Or if I should just relate them? I tried a couple of relations but haven't deployed…
-2
votes
1 answer

I want to set the image to match with Email

I create a table to show a picture of my friend and me but I can't get my friend picture in data_source and show my picture only. First, I get picture form Datasource of google (Gmail profile picture) and I use filters like this …
Landmark
  • 21
  • 4
-2
votes
1 answer

Binding a NOT query expression in UI checkbox widget?

I have to filter results on 3 values - "done", "pending" and 3rd option that would find anything that is not "done" or "pending" in @datasource.item.Type Is it possible to bind a 3rd checkbox button to show any values that are not "done or "pending"…
Kathy S
  • 25
  • 5
-2
votes
1 answer

Table Formatting in Google App Maker html template

I have relation data which is in record form: Record : { Id: 40, Material: test, Size: test, Description: test, Quantity: test, Spec: test, Price: test, Delivery: test, Quotes_fk: 21}, Record : { Id: 43, Material: test 2, Size: test 2,…
hsmalc
  • 1
  • 4
-2
votes
1 answer

Display FullName from directory

I have a form with a User Picker field, simple. On my table I want to display the associated name of the user from my directory, not their e-mail address like the default is. Suggestions? Thanks!
RyanBrown
  • 1
  • 1