Guys, I have an error (Illegal group reference ) when I enter "/" in input field
How can input be allowed (@#$%^&*_+{}[]';:/?!~) characters
Hi kan2332,Do you use some Regex actions on server side?
No. How can fix the problem
Do you use the value of the input in a query? Or on a field of an EntityRecord when you Create or update the Record??
What I enter it looks for in the database
Can you show more details of the query?
Is it AdvanceQuery? What type of input are you using for this filter? Text? With or without ExpandInline?
Hi Kan2332,
Please check the below article:
https://success.outsystems.com/Documentation/How-to_Guides/Logic/How_to_use_regular_expressions_in_OutSystems
Regards,
Manish Jawla
Try the solution below from your other question.
https://www.outsystems.com/forums/discussion/69278/error-400-bad-request-due-to-symbol/#Post279377
-Cezar