- Issue created by @mxh
- 🇩🇪Germany jurgenhaas Gottmadingen
I ran into this before as well, especially when building URLs with a lot of tokens. As a workaround, I used the "Token: set value" action to build the URL and then use that token in the render link action. But supporting longer text strings directly would certainly make sense. I read somewhere that core is actually doing something similar, or maybe the default max length for text fields will even be increased in the field widget.
However, we should define the max length of most if not all text fields to 1024, as @mxh suggested. Perhaps we could do that right here in this issue, without a follow-up later on.