I have a Google sheet with some logic (script) behind it that sends an email with the details of the last row add to it (using the attached Form).
Once the recipient gets the email, they need to confirm it. I would like to add an additional hyperlink to the mail, that will update a specific column in that row.
I know I can use the "Get link to this cell" to get the URL containing the spreadsheet key and sheet number along with the cell range, but this is helpful only when one wants to open the sheet and set the current cell. This is not sufficient enough, since:
- I need to update the cell value with a fixed string ("Confirmed")
- Access to the sheet is very limited, so I would like to allow updating of just this specific cell using the hyperlink, without having to open the sheet.
Is that possible? If so - how?