Hello. I got stuck on a possible configuration problem on this approach. I made a preparation action to a screen just as this, but it truncates the answer (a json). The weirdest is that it happens only on a specific application, if I create a new one it works perfectly. That's why I think it is something about the configuration. Any Ideas?
Response of the existent application:
[{ 'id' : '1', 'title': 'Event test', 'allDay': false, 'editable': false, 'start': 'Wed, 18 Aug 2016 13:00:00', 'end': 'Wed, 19 Aug 2016 10:00:00'},{ 'id':'2', 'title':'AllDay event Test', 'allDay': true, 'editable': false, 'start': 'Wed, 15 Aug 2016', 'color': '#aabb55
Response of a new application on the same environment:
[{ 'id' : '1', 'title': 'Event test', 'allDay': false, 'editable': false, 'start': 'Wed, 18 Aug 2016 13:00:00', 'end': 'Wed, 19 Aug 2016 10:00:00'},{ 'id':'2', 'title':'AllDay event Test', 'allDay': true, 'editable': false, 'start': 'Wed, 15 Aug 2016', 'color': '#aabb55'}]
Hi Sérgio - can you psot the application that you are getting the problem on so that we take a look at it?
Kind Regards,
Daniel
Outsystems solved the issue. I was following a example from forge, and it added a meta-tag to the http response. That was the problem. Just removed the action that added the meta-tag and got the right response. Thanks.
Great to know, Sérgio!