I’m using the API connector to “GET” an uploaded JSON file and then return that JSON file’s data to the site for manipulation.
It works 100% fine when I’m inputting the link into the API connector like so:
However, every time I run this from the frontend (workflow), it’s sending multiple links. Meaning that it ALWAYS sends key value placed in the API connector as well as the value that I’m trying to place in the workflow - which creates nothing but errors, because that file doesn’t exist.
I have no idea why it’s doing this or how to fix.
Any help would be amazing.