Error loading Dynamic data-source Example for CheckboxGroup Component
1

Hello, trying to use the dynamic data-source for CheckboxGroup I get an issue on iPhone 15 Plus, iOS 18.0.1: when flow opens on the "Demo Screen", I see the "A problem occurred. Please try again later" message. All I can do is closing the Flow. No problems at all using static data-source; problems are related to dynamic data-source, even if just 1 value in the array.

I just copied and pasted the given code, which works fine on the test environment, but crashes in production. Would please someone help me? Thanks!

https://developers.facebook.com/docs/whatsapp/flows/reference/components#checkbox

Luciano
Asked about a month ago
Selected Answer
2

Hi Luciano, Can you please share how are you sending the payload message for the dynamic data? And your Flow ID?

October 24 at 12:17 AM
Vasudha
Luciano

Flow ID: 916066899901921 I send this payload:

          [
            {
              "id": "beginner",
              "title": "Beginner"
            },
            {
              "id": "intermediate",
              "title": "Intermediate"
            },
            {
              "id": "expert",
              "title": "Expert"
            }
          ]
November 3 at 2:36 PM
Luciano

Sorry @Vasudha: even if I', following the conversation I get no notification for your reply :-(

November 3 at 11:41 PM