You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/4. Product Features/03. Flows/2. Flow Actions/12. Link Google Sheets.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,20 +247,20 @@ Step 1 - Setup the g-sheet, following this format. Here’s the link to the <a h
247
247
<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>
248
248
<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>
249
249
<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><imgwidth="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><imgwidth="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><imgwidth="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><imgwidth="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>
252
252
<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>
253
253
</ul>
254
254
255
255
<br>For Nested drill down – </br>
256
256
<ul>
257
257
<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><imgwidth="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><imgwidth="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><imgwidth="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><imgwidth="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>
260
260
<li> Sheet1 contains the district options, while Sheet2 contains the block options. Both sheets are configured separately within the flow.</li>
261
261
<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>
262
262
<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><imgwidth="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><imgwidth="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>
264
264
<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>
0 commit comments