I’m using MAKE.com to connect my Monday CRM (Real Estate Listings) with my Webflow website. I want listings on the site to update automatically when changes are made in the CRM.
My current idea:
-
Add two fields in Monday: “Last Edited” and “Last Updated on Website.”
-
Create a Formula field that returns True if “Last Edited” is more recent than “Last Updated on Website.”
-
In MAKE.com, search for records where this formula is True and update those listings on the website and then updating the “Last Updated on Website” field.
I’ve read that Formula fields are now accessible via the API, but I can’t find them in the endpoints available on MAKE.com.
Could someone please clarify:
-
Which Monday API endpoints expose Formula field values?
-
Is there a better way to detect and update changed listings?
-
Is there a more efficient way to connect Monday CRM with Webflow overall?