I need to dynamically generate an external link having several query string parameters. I’m wondering if there’s a way to do this using something like the API call builder. In other words, it’d be nice to be able to use the parameterized fields instead of concatenating a bunch of strings - just seems cleaner and easier to maintain.
Is there such a way, or am I stuck concatenating strings and URL-encoded parameters?