Scenario is XML to facebook posts. UPDATED 08/08/2025
The scenario is:
An XML feed is updated daily and made available on a URL. It contain real estate property information to make social media posts. There are 10 properties in the XML
To avoid multiple posts being published at one time on the social media platform I would like the scenario to only publish one post at each running of the scenario. The scenario will be schduled to run every 4 hours. This will enable all the properties in the xml will be published.
So that the same property is not being published every 4 hours a duplicate is made using Google sheets.
I have created the below scenario and it works for me. There are no error messages.
HTTP Make a request (https://crm.respacio.com/xml_control/generate_xml/bFpZRGJubVAyS0dVb09tZ3BIK3lHNHdyZFg1K2YwbHJHc0dGK2RFRjUvUzBoeWdRNVBZenZ1M1B5MkFmek9pVw%3D%3D/13 )
> XML parse xml [data]
> Iterator [root:property]
> Google Sheets Search rows for duplicates
> Filter only send non duplicates [Row number does not exist (in Google Sheet)]
> Router (so i could a send filter)
> Filter only send one record/bundle [Bundle order position =1 (Iterator)]
> Facebook Pages create a Post with photos
> Google Sheets add a row ( record record so it cannot be duplicated)
All I want to do is stop after one post has been published
I cannot find any way to do it - Stop, Halt, Break, pause etc
i hope this is of some help
The scenario below works for me - I just want just want it to stop/pause after one creation of a post (and registering it in Google sheets)


