Using a Collection Filter Step
- 02 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Using a Collection Filter Step
- Updated on 02 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Example Lab Article
While Example Lab projects are resources for public use, articles and assets are not actively maintained. Screenshots and features are from the specified version below. These references may become dated as new versions are released.
Overview
Example Lab Details | |
Version | 6.5.0 |
Root Folder | Example Lab - Collection Filter |
Modules | None |
Dependencies | None |
Runs a list through a rule collection filter to return any items not stored in the database.
Explanation
Create a constant list of strings to compare to our Entity Structure. Then run this list through a Collection Filter Step, which runs a Flow to fetch the item passed in the list. If this item exist, the Flow can exclude it from the resulting list. If the Flow found a matching string, make sure it is case sensitive; if it is, then include it to the list. Then return the final list.
Reference Articles
Project Download
The examples attached were developed to be instructional and were not developed as officially supported components. For more information or to engage our service team to develop fully supported, production-quality solutions, please contact services@decisions.com. Import the project below to a Decisions environment on version 6.5.0 or later using our Importing/Exporting article.
Was this article helpful?