I want to configure a digital flow that will be use in my messenger. The digital bot will first ask cx his prefer language between English and Arabic. If the choice is English, the bot should greet cx in English. otherwise he should write the greeting in Arabic. Regardless of the choice, the next question is to ask cx if he is new or existing customer (do this for both English and Arabic). If cx pick existing, use the necessary action to collect cx response and compare it with what we have in the database. Note: we want to use cx email to verify if he is an existing cx. if the email not found in our database, tell cx no record found and prompt him to provide hie email, and fullname so that we can store it as new customer. If cx pick option of new customer, prompt him to provide is email and fullname so as to store them in our table. use necessary action , including expression at every point in time. I use data table to store information


Try to test my data action:

i got this error when run the test:
{
"message": "Bad Request",
"code": "bad.request",
"status": 400,
"messageParams": {},
"contextId": "61651ce2-60b6-44f9-a877-92497d60429c",
"details": [
{
"errorCode": "ACTION.PROCESSING"
}
],
"errors": [
{
"code": "BAD_REQUEST",
"status": 400,
"messageParams": {},
"details": [],
"errors": []
}
]
}
#Architect#Integrations#PlatformAPI------------------------------
Teslim Oyedotun
------------------------------