Hello Appian Experts,
I have to upgrade one application from older version to version 18.3
Please help me with the prerequisites which are required during version Upgrade and what all steps I need to follow to do the same.
Also let me know the what all commonly occurring problem during upgrade and there remedy.
Regards,
Gaurav Singh
Discussion posts and replies are publicly visible
HI ravir0001
The Envrionment is already upgraded to 18.3 version while the application was built on 17.1.
When I debugged the process models i found that few old functions are used. Due to which process are getting aborted.
i.e:
a!httpQuery(
url: "maps.googleapis.com/.../json",
queryParameters: {
a!httpQueryParameter(name: "address", value: "ABC"),
a!httpQueryParameter(name: "key", value: "XYZ")
}
).result.body
Now its asking to create some integration for this.
Kindly Suggest