I have Facebook posts automations set up to post on the publish date but I’ve also added a time. Ascript runs around midnight every night and posts them all for the day rather than it posting at the times I have set. How can I correct this?
Andrew_Wright:
IF(NOW()>{Date & Time Field Name},“1”,“2”)
Hi - I’m new and know zilch. I’m trying to automate my posts to run at the date AND TIME I’ve set. Not sure how to modify. I added the above to my script but it did not work. Can yo...