Skip to content

Commit c7aa25b

Browse files
Update 12. Link Google Sheets.md
1 parent 8e6aeba commit c7aa25b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/4. Product Features/03. Flows/2. Flow Actions/12. Link Google Sheets.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,20 +247,20 @@ Step 1 - Setup the g-sheet, following this format. Here’s the link to the <a h
247247
<li>Since there are two topics, each containing two questions, a counter is initialized with a distinct starting value for each topic. After the first question is sent, the counter increments to fetch the next (and final) question along with its options.</li>
248248
<li> Once the counter is updated, a check is performed to confirm whether both questions have been delivered. If yes, the flow ends with a closing message; if not, the second question is sent.</li>
249249
<li>For the quiz, a single interactive message can be used, with its message body and options dynamically fetched from the linked G-Sheet.</li>
250-
<li><br><img width="383" height="391" alt="Screenshot 2025-10-09 at 2 43 25 PM" src="https://github.com/user-attachments/assets/13b7048f-6b1d-4741-bb22-d70efe8f18c0" /></br></li>
251-
<li><br><img width="355" height="398" alt="Screenshot 2025-10-09 at 2 43 44 PM" src="https://github.com/user-attachments/assets/59ba324d-ba05-4a06-891c-5cd2db1c58a1" /></br></li>
250+
<br><img width="383" height="391" alt="Screenshot 2025-10-09 at 2 43 25 PM" src="https://github.com/user-attachments/assets/13b7048f-6b1d-4741-bb22-d70efe8f18c0" /></br>
251+
<br><img width="355" height="398" alt="Screenshot 2025-10-09 at 2 43 44 PM" src="https://github.com/user-attachments/assets/59ba324d-ba05-4a06-891c-5cd2db1c58a1" /></br>
252252
<li> The <code>Use Dynamic Fields</code> option is enabled, and since only two options need to be shown to the user, the Read Option Limit is set to 2. Corresponding IDs and variable names are configured to fetch the option values from the correct columns in the linked Google Sheet. </li>
253253
</ul>
254254

255255
<br>For Nested drill down – </br>
256256
<ul>
257257
<li> In the nested drill-down setup, district options are fetched from the linked G-Sheet. Based on the district selected by the end user, the corresponding blocks are presented as a second list for selection.</li>
258-
<li><br><img width="400" height="383" alt="Screenshot 2025-10-09 at 2 46 25 PM" src="https://github.com/user-attachments/assets/4c60745c-0b44-4a00-89c5-ab9b2aa68986" /></br></li>
259-
<li><br><img width="396" height="372" alt="Screenshot 2025-10-09 at 2 47 01 PM" src="https://github.com/user-attachments/assets/202c3127-9e68-40f6-ba9b-7e7a15c825fd" /></br></li>
258+
<br><img width="400" height="383" alt="Screenshot 2025-10-09 at 2 46 25 PM" src="https://github.com/user-attachments/assets/4c60745c-0b44-4a00-89c5-ab9b2aa68986" /></br>
259+
<br><img width="396" height="372" alt="Screenshot 2025-10-09 at 2 47 01 PM" src="https://github.com/user-attachments/assets/202c3127-9e68-40f6-ba9b-7e7a15c825fd" /></br>
260260
<li> Sheet1 contains the district options, while Sheet2 contains the block options. Both sheets are configured separately within the flow.</li>
261261
<li>To ensure only the blocks associated with the selected district are displayed, the key value in sheet2 is set to <code>@results.district_captured</code>, which stores the district chosen by the end user. In the sheet containing the block values, each district serves as the key for its corresponding block list. </li>
262262
<li>Since only the options are being fetched from the linked G-Sheet, two interactive messages with a static message body are used.</li>
263-
<li><br><img width="458" height="505" alt="Screenshot 2025-10-09 at 2 51 24 PM" src="https://github.com/user-attachments/assets/3b480b94-3865-4d1c-be01-9df01f5fc674" /></br></li>
263+
<br><img width="458" height="505" alt="Screenshot 2025-10-09 at 2 51 24 PM" src="https://github.com/user-attachments/assets/3b480b94-3865-4d1c-be01-9df01f5fc674" /></br>
264264
<li> Since the number of blocks varies for each district, an additional column in the linked sheet stores the total number of options for every district. This allows the user to control the Read Options Limit and display only the necessary options. It also reduces effort when more options (up to 10) are added to the list, as only the value of <code>@results.sheet2.length</code> needs to be updated followed by syncing the sheet. </li>
265265
</ul>
266266

0 commit comments

Comments
 (0)