I created an automation where the blog articles’ details are put into a Google Spreadsheet file with individual files for the image as well as for the content. when i run the automation, it looks like it works without problems but nothing gets posted to wordpress. the image is also not being uploaded to the library.
Below are the steps:
- List item Search rows in Google Sheet
- Get content of a document from a Google Doc
- Download file from Google Drive
- Create media item in Wordpress
- Create Post in Wordpress
- Update row in Google Spreadsheet → this one works, the row gets updated
I am also uploading the .json file of the automation for more clarity (i hope)
original wordpress automation.blueprint.json (575.3 KB)
P.S. I have to mention that i have 0 coding skills