Skip to content

Commit

Permalink
Update 12. Link Google Sheets.md (#222)
Browse files Browse the repository at this point in the history
updated write to google sheets part 
1. removed the range inputs
2.  added the part to specify the subsheet within the write to google sheets 
3. updated the screenshots
  • Loading branch information
mahajantejas authored Sep 25, 2024
1 parent 582322d commit 3b4a9a0
Showing 1 changed file with 7 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<img width="490" alt="Screenshot 2024-02-29 at 2 34 22 PM" src="https://github.com/glific/docs/assets/141305477/387be98f-0c4f-4ee0-b79f-38b27f8ff3cf"/>
<img width="627" alt="Screenshot 2024-09-25 at 10 53 03 AM" src="https://github.com/user-attachments/assets/c5f6f422-91a0-48cb-bd98-bdb2d351fa6b"/>

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)
<img width="608" alt="Screenshot 2024-09-25 at 10 57 35 AM" src="https://github.com/user-attachments/assets/910c2af7-b9c6-45d4-97a0-56611f097811"/>

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.


<img width="488" alt="Screenshot 2024-02-29 at 2 35 02 PM" src="https://github.com/glific/docs/assets/141305477/2ed740f2-e187-482c-9066-e0e5c97576ae"/>

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.


<img width="496" alt="Screenshot 2024-02-29 at 2 35 43 PM" src="https://github.com/glific/docs/assets/141305477/f1d9505e-6a3f-40ea-ae58-789b3eabefaf" />
<img width="627" alt="Screenshot 2024-09-25 at 11 00 39 AM" src="https://github.com/user-attachments/assets/df7151bf-30b5-469a-9728-72d73d17156f" />

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.

Expand Down

0 comments on commit 3b4a9a0

Please sign in to comment.