Hello, I have an api that returns a json, but when I access the value that is an array, the return is empty. How do I change this?follows the json. I need to return the value.
{ "id": 144, "name": "Programador Responsável", "multiple": true, "value": [ "340" ]
Hi Gabriel,
Read the next document, that should get you on the way to consume the API properly.
https://success.outsystems.com/Documentation/11/Extensibility_and_Integration/REST/Consume_REST_APIs/Consume_a_REST_API
Regards,
Daniel