apps-script-samples icon indicating copy to clipboard operation
apps-script-samples copied to clipboard

Apps Script samples for Google Workspace products.

Results 136 apps-script-samples issues
Sort by recently updated
recently updated
newest added

## Problem Currently, Google Apps Script and Google Forms API do not provide access to text formatting information for any text fields in forms. This means that rich text formatting...

## Problem Currently, Google Apps Script and Google Forms API do not provide a way to retrieve validation rules for checkbox items in Google Forms. ## Current Behavior When using...

### Problem Description Google Apps Script currently lacks support for persistent, bidirectional communication between server-side Code.gs and client-side HTML served via HtmlService. This forces developers to use inefficient polling mechanisms...

[](https://github.com/googleworkspace/apps-script-samples/blob/34d0e2dec69cb1f5dd74f40ed6682306626db3d5/service/propertyService.gs#L94)

Hello. It is really easy to run ``console.log("Hello World")`` in the console. But why is it so difficult to run an addon on Google Docs? All, I wanted to do...