How to load an output from a connector in to an Array
Hi,
I am using a connector to retrieve exchange rates from an API. The rates are returned in a string as shown in the attachment. I am able to retrieve the rates by defining specific variables in the connector but I would like to use an array instead. This way I can pass the array to the subsequent object for manipulation. Is this possible?
I would also like to know how to decide if the output values received by the connector is a string or an array?
Thanks
Mandar