If you look at the orginal post for this issue, (Andriy has me create a new topic) this is the very first thing that I tried. I had already tried using the HTTPs request block for doing the API Call to the Foreign API and I get this response back:
Here is the snippet:
So in summary, this was the first thing that I tried that didn’t work, which is why I created the support topic to begin with: Link to original post
It returned the “error” that I quoted above.
Putting this in an async blocked prevented the error, but also prevents me from getting the response back from the foreign API. Here it is with the async block removed: