Re-determine data structure not working - Any Hints to make it update?

We used the “make re-determine data structure”. We sent new data to the webhook while it was listening, but it is not re-determining the data. We verified the new structure was sent correctly, but its not updating.

So we can not map it since its not updating.

  1. Yes we clicked the “re-determine data structure”
  2. Yes we sent data while the “re-determine data structure” was listening
  3. Yes the new structure was sent correctly - Verified via the logs. We are able to see the new data structure in the package.
  4. Yes we tried to do a hard re-fresh.

But its still showing the old data structure when we try to map it to our Excel sheet

Hey MadHatMedia

So nothing comes across at all or it’s still the old structure?

What if you use the re-determine and send a post to the url from Postman with something simple like:

{
“key”: “value”
}

And also, you havn’t by any chance setup a new webhook = ned url?

Just to strike out everything.

Kind regrads
Riko

It is still showing the old data structure.

Weird… Delete the webhook, delete the old, creare a new and connect that?

If you are sending new data, it seems broke.

/Riko