How to update a data page with a new property that calls on REST connector

I set up a REST connection that calls on a flask app that (originally) returns 4 fields. I have added a new field into the connection, however the new field does not appear in the response data transform when looking through the different fields in DataSource.response_GET.

I’d like to know how to refresh/update the call to the endpoint url and make the field appear.

Ex Context:
I have cleared the cache of the data page and tried running it again

I created a test connector to see if the endpoint was set up correctly (seeing if the field appeared in pxresults) and it was

@HectorH17181574

Did you map the new field in the response data transform? Can you trace and see if the service is returning the value in the JSON? If you’ve mapped the new field, in the integration layer property under property qualifiers, pzExternalName must be equal to the incoming JSON payload field name.