I have a very simple Scenario that functions like this:
Search for objects in Database 1 which filters for pages with Relation A being currently empty.
Search for objects in Database 2 which filters for pages with a Select property set to Active.
Update Database 1 pages found in Module 1 by adding Database 2 pages found in Module 2 to the Relation A property.
However, my Scenario runs into an issue when there are multiple pages in Database 2 with the Select property set to Active. At the 3rd step, the module will only input 1 of the identified objects into the Relation A property. It looks like the module is adding these pages consecutively to Relation A, but as it does so it replaces the page added just before it, so there is only 1 page added in the end. The Scenario does not throw any error, it just seems to overwrite its own activity.
How can I fix this to add all pages found in Module 2 to the Relation A property rather than replace them? Please let me know if you can help, thank you.
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, save the bundle contents in your text editor as a bundle.json file, and upload it here into this discussion thread.
Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
Following these steps will allow others to assist you here. Thanks!
Awesome to hear that you managed to figure out the solution
Thank you very much for stepping back in here to share your final setup and findings so that others can benefit from what you learned. This is super valuable and we 100% appreciate it