I am trying to create a Clone button that redirects to a URL and I am passing the following parameters, see below . All parameters are separated by the & symbol (ampersand special character). My problem is that one of the values I am passing contains a & symbol. Is there a way to tell Skuid to automatically URL Encode the values before passing to the URL string?
PumpType={{Pump_Type__c}}&CareArea={{Care_Area__c}}&OtherPumpType={{Other_Pump_Type__c}}&DateOfGoLive={{Date_of_Go_Live__c}}