I have a long flow that asks multiple inputs from user and saves the data to attributes.
My flow asks for name, email, phone_number and interest (choice)
After inputting everything bot shows all the saved values to the user and asks if the given information is correct.
Everything works to this point but when user answers ‘no’, he/she is prompted which information was wrong and then user can correct the information.
If user now corrects for example his/her name, somehow also interest and phone_number attributes are deleted from the user attributes.
I don’t even know how to delete attributes but I’m pretty sure they shouldn’t be deleted without bot/user doing so.