Insert data into a google spreadsheet via a link

∥☆過路亽.° 提交于 2021-02-04 21:53:10

问题


I'm looking for a way for users to send data from an email sent to them in a single click using google scripts.

Basically, I have a spreadsheet with a list of emails, and I want to send an email to all of them (I've already set up a sort of mail merge script).

The tricky part is that I want the emails to contain links unique to each person. If they click one of the links, I want data to be entered into the spreadsheet in the row corresponding to their email address.

Is this at all possible?


回答1:


I posted this response to basically the same question a few weeks ago. It uses the technique described by Henrique in the above comment to use an item from the individual row as a parameter in the webapp url.



来源:https://stackoverflow.com/questions/23763265/insert-data-into-a-google-spreadsheet-via-a-link

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!