I’m running a scenario that takes information from a Google Sheet (watch new rows module) and outputs it into various Wordpress modules. When a scenario executes successfully, it updates the last column of the row with a number (the post ID). This lets me know that that row has already been completed.
However, I’m not necessarily going in order down the sheet when I run the scenario manually, so sometimes I run into a row that has already been completed that I want to skip.
Basically, I’d like the scenario to skip rows that contain data in the Post ID column, and only process rows where that column is empty.
To do this, I set up a filter after the first Sheets module with “Does not exist” mapped to the Post ID column, and it works. However, the scenario just stops.
I’d like for the scenario to skip all rows where the Post ID column is not empty until it finds one that is empty and process that one. This way I can avoid creating duplicate wordpress posts when the scenario is set to run automatically.
Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.
You can upload images here using the Upload icon in the text editor:
2. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
(Note: Exporting your scenario will not include private information or keys to your connections)
Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module and select “Download output bundles”.
A.
Save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.