diff --git a/docs/WhatsApp Groups Automation/Google Sheets Integration For WhatsApp Groups.md b/docs/WhatsApp Groups Automation/Google Sheets Integration For WhatsApp Groups.md
index 03cee0873..49bfd8a9c 100644
--- a/docs/WhatsApp Groups Automation/Google Sheets Integration For WhatsApp Groups.md
+++ b/docs/WhatsApp Groups Automation/Google Sheets Integration For WhatsApp Groups.md
@@ -30,9 +30,8 @@ Some of the use cases where using google sheets integration to read the content
2. Creating the google sheet with “Key” and the custom content that needs to be sent
- Following values can be used as keys
- - Group names (Here is a documentation to get an export of all the groups names)
- - Group ids
- - Custom created group fields.
+ - Group names: Can be got by taking an export of field called `label` from the table named `wa_groups` from BigQuery tables. Use `group.label` as the parameter to be passed to the google sheet in the `Link google sheet` node
+ - Custom created group fields: Read the next section to know how to create and update group fields.
- The first columns of the google sheet has to have the header “Key”
@@ -40,11 +39,20 @@ Some of the use cases where using google sheets integration to read the content
-3. Creating and updating the Group Field based on which the custom content will be sent.
+3. Creating and updating the group fields based on which the custom content can be sent.
- Make sure the value of the group variable is initiated (using background flows) and is being updated at an appropriate point in the flow (if needed)
+
+- To check if the group fields are created and initialized. Go to `Group Chats`, and go to find the `View Group Details`
+
+**
+
+- Click on `Details` to see the values of the group fields created and assiciated with the given group.
+
+
+
- Use the “Link Google Sheet” node and use the following options