Character limit

If in a form there is a limit that you cannot enter more than 200 byte but description is more than 400 byte.Then how to resolve it?
TIA

Hi @Cuberoot,
Can you please eleborate more about your issue and it will be better if you can show us the error you face :slight_smile:

@Cuberoot,

It seems to be the application has the restriction of 200 characters and you are entering 400 characters assuming thats the input then it seems to be as BusinessRuleException, you need to throw it out.

This is what I understood from your description, if need something else please explain more about your issue.

Happy Automation, Cheers!