Hi Everyone,
I am building a flow that upserts data into a lookup cache. It works fine, but when I click “Populate with: Live data” under “Mock response” and try to save, it throws a “Mock Response must be in integrator.io canonical format” error message.
I noticed that both status codes 200 and 401 are returned. How can it both be successful and unsuccessful at the same time? I dug into it and the lookup cache has the value I upserted, so it works but still throws the 401 error upon attempting to populate with live data.
In any case, I got it to save by just removing the object within the “errors” array.
Figured I’d put this out there incase anyone else runs into this issue or if it’s a bug to be fixed.
