JSON data display issue

hello,

i have a json data that i am working with. I am able to get the data schema to collect the data, but i am having a heck of a time actually getting it to display on the web page.

http://clientcreator.com/homevaluation_api.asp

the data is showing in the Inspect, but the actual info is not showing on the page

any suggestions on what i am doing wrong?

Your response data is not a valid json.
data returns some string value:

is there a way to have Wappler pull this into the page? Did i set it up incorrectly?

It’s just not a valid JSON data. It’s everything returned as a string, so it cannot be used like that in Wappler. Also the content of the string looks to me like xml, not a json structure.

its setup from the attomdata website…have you ever worked with that or have any suggestions on what i should modify so i can display the data on the page?

Sorry, i don’t know what is this.
You need valid json data in order be able to work in Wappler.

when i test the api on POSTMAN with the same settings and API criteria, it formats the JSON data correctly. However, when i setup the API in wappler, with the same header parameters and settings, the results are not in JSON format.

Any reason why? Does Wappler not format in JSON from the api?