Skip to main content

ENCODEURI formula function

  • April 18, 2018
  • 0 replies
  • 2 views

Hi all –

I’m trying to make a formula that creates a Things URL, and one thing I’m bumping up against is properly replacing special characters with the URI encoded version (like %20 for space, for example.) It would be great to have something like JavaScript’s encodeURI as a formula function.

In the meantime, I’m using the workaround described in this thread.

Thanks!