When I create a variable that I want to use in the project settings, specifically a variable to define the system prompt for an HTTP request, the prompt contains special characters and is quite long. When saving this variable, the browser does not launch. Therefore, I have to save the prompt directly in the HTTP request command and cannot use a variable for it.
Here is part of the content of the prompt that’s blocking:
CE QUI EST INTERDIT (liste exhaustive) :
→ \n ← séquence d’échappement JSON : INTERDIT
→ \n ← double échappement : INTERDIT
→ /n ← variante invalide : INTERDIT
enthusiasm →

Additionally, it would be great to have the multiline option available throughout the app. Specifically for variables, having options like “single line,” “multiline,” “number,” and so on. And input to talk with AI
Thank you
Update:
I also found out that the variable input character limit is 213, which causes the browser to crash. Can you increase this limit?
I have a URL with 600 characters and a prompt with 12,000 characters.
Hi,
We previously resolved a reported issue regarding a 5,000-character maximum limit for variables as shown below:
“validation_max_text_constraint”
“message” : “Must be no more than 5000 character(s).”
However, the new issue you reported seems very relevant. Could you please send us screenshots of the prompt you used in the UI?
Hello,
I want to point out that the variable input field is currently limited to 213 characters. For example, the following URL works fine:
https://www.facebook.com/hashtag/abcdefghijklmnopqrstuvwxyz-abcdefghijklmnopqrstuvwxyz-abcdefghijklmnopqrstuvwxyz-abcdefghijklmnopqrstuvwxyz-abcdefghijklmnopqrstuvwxyz-abcdefghijklmnopqrstuvwxyz-abcdefghijklmnopqr
However, if I add just one more character, the automation crashes.
I was able to work around this issue by using a short URL. When I place a URL longer than 250 characters behind a short URL, the automation works correctly.
I also checked the special characters in the prompt, and everything seems to work correctly. In the end, the issue appears to be related to the maximum character limit.
Best regards,
Alexandre