สัญญาณขาดหายบางส่วนshare-external
Whatsapp Flows response to route screens
1

i am trying to route it to a different screen after the data was sent back to my webhook, my decryption and encryption is working in order

Faheem
ถามแล้ว ประมาณหนึ่งเดือนที่แล้ว
คำตอบที่เลือก
2

Hi Faheem, "data" field in your response is a string ("{}"), but it is expected to be a nested json structure (which can be empty). Try changing this:

...
"data": "{}"
...

to this:

...
"data"  {
}
... 
21 ตุลาคม เวลา 07:46 น.
Dmitry