Hello,
Few years ago I automate AitTable to Wordpress using a Node-RED as a middleware code. The usage seems to me so obvious and basic :
- IF I update a line in AirTable I trigger an Automation (REST Request)
- THEN Node-RED will create or update a Wordpress Post managing the attachment
Today I try to figure out how to make it without my code. AirTable put upfront Zapier, so I give it a try... What a hell of complicated !!! Zapier is so dumb
- You have to handle if it's an Update or a Create
- You have to handle the attachement
May by I missunderstand but it confirm to me that Zappier and other automation tools worth nothing if you have to create 3 or 4 zap for a so simple task. Codeing with an UI is not No-Code it's Pain-Code 🙂
I'll try to move my code from Node-RED to AirTable function but not sure it works (because of caching, attachment, etc ...)