Hello, I have API that returns this data:
{"coord":{"lon":-3.7,"lat":40.42},"weather":[{"id":801,"main":"Clouds","description":"few clouds","icon":"02d"}],"base":"stations","main":{"temp":297.85,"feels_like":296.53,"temp_min":296.15,"temp_max":299.15,"pressure":1026,"humidity":44},"visibility":10000,"wind":{"speed":2.6,"deg":120},"clouds":{"all":20},"dt":1590499496,"sys":{"type":1,"id":6443,"country":"ES","sunrise":1590468593,"sunset":1590521653},"timezone":7200,"id":3117735,"name":"Madrid","cod":200}
what are all the steps for converting each element of this JSON and save it to a CDT
Can you help me please.
Discussion posts and replies are publicly visible
If you take the JSON you've provided and use the fn!fromJson() this will convert it to an Appian Dictionary (essentially a set of name/value pairs):
What specific need do you have in order to place this into a CDT?