請教一下,我把 Google Form 連結的 Google Sheet 電話欄位全改成文字,
但在填完 Google Form 送出後,電話 Cell 格式會變成【自動】值為:'0912345678
所以當使用 Google Apps Script 寫的 Web Apps 取得電話後再更新回 Sheet,會變成 912345678
想請問該如何解決?感謝
解決了,找到這篇文 https://ithelp.ithome.com.tw/articles/10269656
在打完送出 Form 後,用 setNumberFormat('@') 把該 Cell 格式調整為文字
在 Web Apps 更新前一樣先把 Cell 設成文字再更新,
避免時間差在前一段 Form Script 還沒改好 Cell 格式