How to sanitize cell contents when using them as part of a link

If I want to use cell contents as part of a link, but the cell contains special URL characters, like spaces or slashes, there doesn’t seem to be a way to sanitize them. For example, if cell 2 contains “hello world”, and I use $__cell_2 in my url, what I would actually want isn’t “hello world”, it would be “hello%20world”. Similarly, if I have a contents like “feature/my-branch”, I actually would want “feature%2Fmy-branch” in the link.

Is there a way to do this?

Hi,

This is not supported. If you find this feature really helpful I would suggest you to create a feature request issue.

Marcus