I am setting up a process to input information into a Google Sheet, such as business name, whether it has a website (yes/no), etc. This data is then converted into JSON format and used to trigger an Apify module with that context. Another Apify module monitors the resulting dataset and processes the output.
While I can successfully run the Apify module directly to execute the Actor, the workflow breaks when I add the Google Sheets ‘Watch Row’ trigger before the Apify module. It seems the Apify module isn’t receiving or handling the data from Google Sheets properly.
I’ve verified that the JSON is formatted correctly, but I can’t figure out what’s causing the issue. Any insights or suggestions would be greatly appreciated