I have 2 questions related to an issue where it seems a form with a required fie

I have 2 questions related to an issue where it seems a form with a required field was somehow submitted with blank information:

1) Is it possible for required form on a field to actually allow the form to be submitted with blank information?
2) Is it possible for a CDT to fail to save an array?

Again, I am not sure how this happened, but it looks as though a user submitted a form with required fields, without actually filling in the fields. I have the process still in memory, and cannot see what would have allowed this behavior. This has never happened before, but I wanted to try and find out how this may have happened....

OriginalPostID-77259

OriginalPostID-77259

  Discussion posts and replies are publicly visible

Parents
  • Steven,

    You're right, I just tried inputting both spaces and return lines into the field in question, and the form did submit. I was thrown off because the data in the database and the output for the CDT in the Appian process viewer literally has "", or a character with no spaces at all. Also, because the "" value got read into a later form, I could see that no spaces or return line characters were read onto the subsequent form. Basically, it seems like Appian will consolidate whitespace characters, but still allow them to be input and count as text in a required field. Does this sound accurate?
Reply
  • Steven,

    You're right, I just tried inputting both spaces and return lines into the field in question, and the form did submit. I was thrown off because the data in the database and the output for the CDT in the Appian process viewer literally has "", or a character with no spaces at all. Also, because the "" value got read into a later form, I could see that no spaces or return line characters were read onto the subsequent form. Basically, it seems like Appian will consolidate whitespace characters, but still allow them to be input and count as text in a required field. Does this sound accurate?
Children
No Data