Hi builders,
The problem
I must be missing something here; I previously had an HTTP request module, which had a request to o3. I’ve since changed to o4, which has a different data structure in the response. I want to write the results of the call to Sheets. But I cannot make the mapping of the HTTP module update - it’s still stuck on the previous version.
Below is the raw response from the new API call; I want to get to the highlighted ‘text’ bit, and save this to Sheets
And here’s what I can add in the following Sheets module. But as you can see, the output structure doesn’t match the latest data that’s come through.
What I’ve tried
- Deleting both the HTTP and Sheets modules
- Refreshing the tab
- Closing and refreshing
- Coming back an hour later
- Changing the API request
How on earth can I force Make to refresh the mapping?? This seems to happen a lot with Make?
Any help much appreciated!!