Hi all, I’m losing my mind. I’m trying to pass an array of Google Sheet values to an Apify actor with a JSON input. But nothing I seem to do gets the URL array properly passed through to the Apify module input. I know there’s a lot going on here. I’m just not sure what’s going wrong. I feel like I’ve tried 100 different things to troubleshoot.
I have the same issue. I passed the message in JSON (collection) and Text format. It seems to be an issue with the Make integration, which is trying to first parse the field input provided in text to JSON and then converting to JSON for the Apify API call if it succeeds, crazy.