Digital forms delete data

Hello, I am trying to make a bot, where I enter some information, I can delete the information that is entered into the entity, but I can not delete the information from digital forms, someone knows or can explain me how to do it, to return to the filling of the information from the digital form? please.

Hola, estoy tratando de hacer un bot, donde ingrese cierta infromacion, puedo eliminar la informacion que se ingresa al entity, pero no puedo eliminar la informacion de digital forms, alguien sabe o puede explicarme como realizarlo, para que vuelva al llenado de la informacion del digital form? por favor.

Hello @diiegogal ,

When deleting values for forms, we need to use delete context.forms. <<formname>> and not specific to the value of the form. In our usecase, we were able to delete the form data for deleteflow form. But if individually try to delete form field value i.e, areaentity it does not work.

This is as per design, since the complete form data is stored as a form object.

1 Like