Skip to content

MongoDB Event Filter

Connect iPaaS enables you to select specific events and filter out the rest using certain attributes of the incoming MongoDB event. This ability allows selective processing of the events of interest.

You can filter the data that will trigger the workflow in MongoDB. For example as seen in Figure 1, the workflow will only be triggered if the new document in MongoDB is created after 02:00 pm on 07/09/2020 in the collection named testCollection.

MongoDB filter Criteria

Figure 1. Event Filtering for MongoDB on Connect iPaaS

The event filters allows you to choose the attributes of the incoming trigger to define the criteria of events to process. In case of MongoDB, the trigger events can be filtered based on the following attributes:

  • Event Time - Date and Time when the event happened.

See Event Filters to learn more about event filtering on Connect iPaaS.