Data Viewer List linked to a table in Stored Data Source called

Dear Thunkable Coordinators,

I am developing an application in Thunkable that uses a Data Viewer List linked to a table in Stored Data Source called “Table 1”. This table contains 24 rows with the columns Bandera (flag emojis), Idioma (language names), and CanalYouTube (YouTube channel URLs). The goal is to display a list with flags, languages, and a “¡Suscríbete!” button in each row, which, when tapped, opens the corresponding URL from CanalYouTube in the browser or YouTube app. However, I am facing several issues detailed below, and I cannot find the options suggested in the documentation or by external support, indicating possible differences in the interface of the current Thunkable version.

Description of the Issues

  1. “¡Suscríbete!” Button Does Not Perform the Expected Action:

    • The Data Viewer List is configured with a Layout that includes:

      • A Label linked to Bandera (displays emojis like “:spain:”).
      • A Label linked to Idioma (displays “Español”, “Inglés”, etc.).
      • A Button (likely Button2) with text “¡Suscríbete!”, configured with Enabled: True, Visible: True, Background Color: Red (#FF0000**), Text Color: White (#FFFFFF)**, Font Size: 14, Width: 100px, Height: 40px.
    • In Live Test on the mobile (using Thunkable Live), the button appears in each row and flashes when tapped, indicating that the click event is detected, but it does not open the URL from CanalYouTube.

    • I tried configuring the click event in the Blocks tab to use the block open link [get property “CanalYouTube” of item] (or “abrir enlace [obtener propiedad ‘CanalYouTube’ del elemento]”), but I cannot find blocks like open link, navigate to URL, Web API, or Control in the interface.

    • I tested a static URL:

      when SeleccionarIdiomaList_Button2 clicks
        open link "https://www.youtube.com/channel/UC3Z6zwpO9gJi89nhBL0lNfA?sub_confirmation=1"
      

      But it did not work; the button flashes but does not open the URL in the browser or YouTube app.

  2. Missing Expected Blocks in the Blocks Tab:

    • In the Blocks tab, I cannot find the categories Web API or Control, nor blocks like open link, navigate to URL, or open browser. This makes it difficult to configure the button to open URLs.
    • The categories I see in the left panel are: [I will describe the categories you provide, but since you haven’t specified, I assume you see categories like “Flujo”, “Datos”, “Acciones”, or similar].
    • I cannot find a block to link the CanalYouTube column (like get property of item) or to open URLs. This suggests that the Spanish interface or the current Thunkable version may have different names or missing blocks.
  3. “Add Filter View” Text Appears in the Interface:

    • In Live Test, the text “Add Filter View” appears, indicating a possible active filter or incorrect configuration.
    • I have configured:
      • Filter View: False.
      • Filter or Query: No Filter.
      • Empty Text: “No hay idiomas disponibles” or blank.
      • Title: “Seleccionar Idioma” or blank.
      • Get Title property from column: There is no None option, so I selected CanalYouTube and set Title to “Seleccionar Idioma” or blank as a workaround.
    • I checked the Layout and there is no Label with “Add Filter View”.
    • The text persists, and I need to know where it appears exactly (top, bottom, or in each row) to debug it.
  4. Other Configured Parameters:

    • Left Swipe Action: Set to False, and there are no blocks for when DataViewerList left swipe.
    • Right Swipe Action: Set to False, and there are no blocks for when DataViewerList right swipe.
    • Text:
      • In the Layout: Label (Bandera), Label (Idioma), Button (“¡Suscríbete!”).
      • Title: “Seleccionar Idioma” or blank.
    • Empty Text: “No hay idiomas disponibles” or blank.
    • Data Viewer List Dimensions: X: 46, Y: 405, W: 283, H: 170 (adjusted to H: 400, W: 350 for better visibility).
  5. Other Details:

    • The Data Viewer List is linked to Stored Data Source > Table 1, with 24 rows and columns Bandera, Idioma, and CanalYouTube.
    • I verified the URLs in CanalYouTube (e.g., Español, Ruso, Vietnamita) in a browser, and they work correctly.
    • I tested Live Test on the mobile with Thunkable Live, but I have not tested in the computer browser.

Steps Attempted to Resolve

  • I configured the click event for the button, but I cannot find blocks like open link or navigate to URL.
  • I tested a static URL, but it did not work.
  • I verified the URLs in “Table 1” and corrected language names (e.g., “Indio” to “Hindi”, “Taiwanés” to “Chino (Taiwanés)”).
  • I disabled Filter View, set Empty Text and Title, and checked the Layout to remove “Add Filter View”.
  • I adjusted the Data Viewer List dimensions.
  • I tried recreating the Data Viewer List, but the button issue persists.

Request for Assistance

I need help with:

  1. Identifying the correct block in the Blocks tab to open a URL from CanalYouTube in the click event of Button2. What are the exact names of categories and blocks in the current Thunkable version (in Spanish)?
  2. Resolving why a static URL does not work in Live Test on the mobile.
  3. Removing the “Add Filter View” text (I need to confirm where it appears: top, bottom, or in each row).
  4. Confirming if the lack of the None option in Get Title property from column is a platform bug or if there is a workaround.
  5. Recommendations for testing in the browser or reinstalling Thunkable Live.

Please indicate if there are changes in block/category names in the current version or if there is a known issue with opening URLs in Thunkable Live. I can provide screenshots of the interface if needed (please advise how to send them). Thank you for your support!

Sincerely,
MAC
Username: marcelorburcetp7pjgu
Date: September 2, 2025, 00:26 AM (-03, Argentina)

You’ve listed a lot… so I’m not sure I can help with everything but here are a couple pointers…

The control block is here:

The Web API block is here; click the plus button to add a new one: