API property issue

I am working on an API and running it through a data page, which is bringing all the required data back.

However, there is a ‘status’ property that I built into the Response class as required, but we already have a ‘Status’ property in the baseclass and when I try and write back the data into my UI, it is pulling back the baseclass ‘Status’ property instead of the property in the response class.

Is there a way I can avoid this?

@AndrewT7106

pzExternalName config will solve this issue.

Create new property status1 - in the property go advance tab , you see property qualifiers section with Qualifier and value.

In the value add pzExternalName and add value status.

map the status1 property in api response datatransform mapping - now status value is mapped status1.

use status1 in you ui