用于ManualTrigger Automate,通过手动触发自动化工作流程,从N8nTrainingCustomerDatastore获取数据,整理为Google Sheets所需格式,并实现记录的创建或更新,提升数据管理效率,确保信息准确无误。
执行
按钮启动工作流。Set - Prepare fields
节点,格式化数据,包括:name
字段重命名为 Full name
。ID
、Email
字段,并添加 Created time
字段,记录当前时间。Create or Update record in Google Sheet
节点插入到指定的 Google Sheet 中。Sticky Note
节点提供额外说明,帮助用户理解数据处理步骤。Create or Update record in Google Sheet
节点中,替换 sheetId
为您自己的 Google Sheet ID。Set - Prepare fields
节点中,您可以根据需要添加或修改字段映射。Customer Datastore - Generate some data
节点。