Where did you get the json output with \r\n ?
In the fetch results from the node project ?
Can you output the data with apiGetBalance.data or you’re getting an error ?
If you get an error, can you try apiGetBalance.parseJson().data
It looks like the json is returned in plain text.
Best way to be sure is to output your apiGetBalance step and check in the dev tools (network tab). I think you need debug mode activated in wappler as well for this.
If you see an object, then everything works as expected. If you see a string, there is a glitch on your api side or on wappler’s one.
There are no errors. I just cannot bind data to the Wappler UI.
The output with \r\n is displayed when right clicking on the Wapper API Action and viewing in the browser or by inspecting the browser tools and network.
The exact same API Action viewing in the browser running under ASP Classic is fine, but the plain text \r\n is when the server model is Node.js