Question
How to Automate a Business Process Using a Dynamic Filter
15:26 Mar 27, 2026
Hello Creatio Support Team,
I need to implement a scenario where users create a dynamic filter during the day, and a business process should automatically run at night using that filter.
What is the recommended way to implement this in Creatio so that the BP correctly retrieves and applies the dynamic filter at runtime?
Like
1 comments
16:16 Mar 27, 2026
You can get the filter from a user created folder in a process using code. Then you can use that filter with an EntitySchemaQuery. See https://customerfx.com/article/programmatically-using-section-folder-filters-in-processes-or-server-side-code-in-creatio/
Ryan
Show all comments