79589111

Date: 2025-04-23 16:59:46
Score: 2.5
Natty:
Report link

That screen expects data to be passed to it. That data must be sent as part of the message in this case, inside flow_action_payload. See https://developers.facebook.com/docs/whatsapp/flows/guides/sendingaflow

It'll be something like:

...
flow_action_payload: {
 screen: 'ADDRESS_SELECTION',
 data: { countries: <the content of the __example__ field for countries>, ... }
}
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30353794