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.
-
+
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
-
+
-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.
-
-
-
-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.
-
-
-
-
-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.
-
-
-
+
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.