When using an Assignee field in a ClickUp Automation to build a Form URL with hidden
fields, any assignee name containing a space (e.g. "Christophe Berton") breaks the URL.
Only the part before the space is captured in the text field.
ClickUp Support confirmed that Automations do not support string manipulation functions
(e.g. replace spaces with %20). There is currently no way to URL-encode an Assignee
value within an Automation step.
This is not a feature request — this is a fundamental bug/gap in the platform.
You allow ASSIGNEE as a dynamic variable in Automations, but you do not handle
URL-encoding, making it unusable in production for anyone whose name contains a space
(which is virtually everyone).
Expected behavior: Assignee values used in URLs should be automatically URL-encoded,
OR a string replace/encode function should be available in Automation steps.
Impact: Blocks production implementation of automated Form URL generation with
pre-filled assignee fields.
Support ticket reference: #2566565