-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix google form #488
Comments
Linked google form seems to be owned by superbunker@gmail. Ah, yes. Google made it impossible to change ownership The form will have to be copied/recreated by the 100automations account. After we figure out how it's supposed to be working. |
Form is referenced in this yml : Can't find any other relevant code in GitHub |
ResearchThere are zaps set up in the 100automations@hackforla Zapier account for GitHub and Google Sheets. GitHub issue to google sheet is still working. Wait.... this is sending all our issues to a google sheet? Zapier has an active connection to our GitHub. There's a zap still actively updating a google sheet with each idea submission! My test submission is there. That zap last edited jun 17, 2021 There's also a zap for "Create GitHub issues from new Google Forms responses" which is turned off and has never run. Setup isn't complete—no GitHub account selected. Looks like prior comment ("akibrhast to set up the Google Form with an script and the GitHub API") is how it was done. But aside from that one YML reference, can't find any code for this in our repos. AH! Gotcha. It's a script in the google sheet that form responses go in. HERE we go: "The app is requesting access to sensitive info in your Google Account. Until the developer ([email protected]) verifies this app with Google, you shouldn't use it." |
NotesFor users to get a copy of their responses, the form needs to "collect email" — the question asking for email is duplicated, and should be removed. Have to deploy (web app?) and add the trigger. Ohhh wait. the function is named onFormSubmit? That seems odd. versions. wtf WORKING. ugh only took two days. If the script is changed, i think it needs to be saved (floppy icon) and redeployed to a version - "Publish" allows a version to be updated. Let's see. Yes! working with old token. But it looks like "project" isn't in the API, so not added to the board. This looks handy: Plot twist: there was also a script in the form itself. That might be better than form-to-sheet-to-issue? Contrariwise, the sheet is a backup |
The Google form is now working. A related issue was opened to work on having the new issue created through the google form go to the Project Board >> #491 |
Overview
Google form submissions currently aren't being added as futureautomations issues. This was recently working, so something must have changed.
Action Items
Resources/Instructions
Address of the new form:
https://docs.google.com/forms/d/e/1FAIpQLSemmRJ1tBDVrGtPpwpxLVCQbw2O-tVVRpcbRW3SzRdNbZ9olg/viewform
New form, shortened:
https://forms.gle/daURL7woEeCNans89
apps script dashboard:
https://script.google.com/home/projects/1qT70DBmD4KgJMUPh_mTtsSQb1IBKhDkT3gjMIzsniOjGKMl0y_c9ACcK
Related Issues:
The text was updated successfully, but these errors were encountered: