diff --git a/docs/3. Product Features/03. Flows/2. Flow Actions/12. Link Google Sheets.md b/docs/3. Product Features/03. Flows/2. Flow Actions/12. Link Google Sheets.md index d84061827..966020a1e 100644 --- a/docs/3. Product Features/03. Flows/2. Flow Actions/12. Link Google Sheets.md +++ b/docs/3. Product Features/03. Flows/2. Flow Actions/12. Link Google Sheets.md @@ -211,26 +211,18 @@ Paste the service account credentials in the provided field, and click on the `S 16. The third node is the `Link Google sheet` node, used to add the user-entered text into the Google sheet. Click on this node to configure it. -Screenshot 2024-02-29 at 2 34 22 PM +Screenshot 2024-09-25 at 10 53 03 AM 17. Under Action, select `Write` from the dropdown menu. +18. From the next dropdown select the sheet which was added in the earlier step +19. Specify the name of the subsheet where the content needs to be written +20. Specify the starting cell to start writing from -![Screenshot6](https://github.com/glific/docs/assets/130072273/9a29141e-8a68-49f1-91d2-ae5a19e895f5) +Screenshot 2024-09-25 at 10 57 35 AM -18. Select the sheet from the dropdown that was added in step above i.e. Sample Sheet +20. Enter the data to be written in the Google sheet under Input data to update in sheet. You can use values like @results.sheet_input, @contact.name, @contact.fields.age, etc. This specifies the values to be written in the subsequent columns in the single row. - -Screenshot 2024-02-29 at 2 35 02 PM - -19. Specify the Sheet range from which you would like to enter the data in the Google sheet. For example, Sheet1!A10:D will add data from row 10 of column A in subsheet Sheet1 up to column D. This means that four data values will be added in 20. - -![Screenshot8](https://github.com/glific/docs/assets/130072273/9964a3cb-969a-4807-ac70-ea3d94a1a50e) - - -20. Enter the data to be written in the Google sheet under Input data to update in sheet. You can use values like @results.sheet_input, @contact.name, @contact.fields.age, etc. - - -Screenshot 2024-02-29 at 2 35 43 PM +Screenshot 2024-09-25 at 11 00 39 AM 21. After configuring the flow, click on the `Preview` button located on the top right side of the screen to run the flow in the simulator.