I am struggling with an API call and need some assistance.
the basis of my need is that one of the parameters of my API call is a string I am submitting that is a URL itself (not THE url, another url I am submitting as a field.). It is technically working and "OK" however the full string I am submitting as that url field is not coming through the API. It is being truncated at the '&' between my utm codes.
I have tried "urlencode([url])" but then it comes through to where I am submitted as the encoded/not correct value
I have tried replacing & with ; and # and /& (ideas I got from internet threads I thought may help)
any ideas on how I can prevent the Alteryx GET call from truncating this value at the &?