Summary When the Name or Description fields of a Form have a backslash character (‘\’) an error is displayed when the user tries to open the activity in any of the steps in the process wizard. Applies to Bizagi 10.x .NET Symptoms In Development, when a user tries to open the Form for an activity that contains a backslash character either in its name or description from any step of the process wizard, Bizagi displays the following error: Cause The error message is presented because the techonology used by Bizagi, with JSON, the backslash is a reserved character. Thus, Bizagi does not support names or descriptions for activities that have that character. Solution Remove the backslash character from every activity name and/or description in your process.