This isn’t exactly scripting, but rather wondering if I can avoid scripting:
Is there a way, within a formula field on a record type, to convert a stored URL value to a URL-encoded version of that URL?
We need to construct a URL, one of whose query parameters is a back-link to a document URL in our filing cabinet, but it must be URL-encoded for the call to work.
The only solution I can think of now is a script that takes the url, encodes it, then saves it in a second custom field, but I’m hoping there is a way to avoid using a script to do that conversion