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
Hi Luciano, Can you please share how are you sending the payload message for the dynamic data? And your Flow ID?
Flow ID: 916066899901921 I send this payload:
[
{
"id": "beginner",
"title": "Beginner"
},
{
"id": "intermediate",
"title": "Intermediate"
},
{
"id": "expert",
"title": "Expert"
}
]
Sorry @Vasudha: even if I', following the conversation I get no notification for your reply :-(