【发布时间】:2020-09-19 03:07:39
【问题描述】:
我使用 Zapier 在 Google 表格文档中为我们网站上的每个新注册创建一个新行。但是,我想在创建行时自动替换单元格的值,或者,如果不可能,使用带有 onOpen 的脚本或任何基于时间的触发器。
这是需要在两个特定列(例如 A 和 C)中更改的数据的示例...
/*Job - Column A - English to French*/
'Management':'Gestion',
'Social work':'Travail social',
'Reception':'Accueil',
'Art Therapy':'Art-thérapie',
'Volunteer work':'Bénévole',
/*Workplace - Column C - English to French*/
'Starting Community':'Communauté en démarrage',
'CLAN Program' : 'Programme FER',
'Other (specify)' : 'Autre affiliation',
'University (specify)' : 'Université',
我该怎么做?我设法使用了 onEdit 触发器,但由于 Zapier 无法激活它,所以没用。
谢谢!
【问题讨论】:
标签: google-sheets automation zapier