Question
SkillStorm
US
Last activity: 12 Nov 2024 12:59 EST
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