What is your goal?
I want to automatically schedule Instagram posts from Google Sheets to Metricool. The system should take rows with status “new”, calculate the next Wednesday or Saturday, create a draft in Metricool, and save the calculated date back into Google Sheets.
What is the problem & what have you tried?
I always get the error “Invalid date in parameter ‘publicationDate’”. I tried formatting the date using formatDate with ISO format, using parseDate from Google Sheets, and generating the date dynamically with addDays logic, but Metricool keeps rejecting the date.
Error messages or input/output bundles
BundleValidationError
Invalid date in parameter ‘publicationDate’