[✔️DONE] Find Entity for Automation Rules

Entity Find Query Examples:

Users.Sort([Count of Open Assignments]).First()

Iterations.Filter(StartDate <= Today() and EndDate >= Today()).First()

Iterations.Filter([Step 1 Iteration].StartDate < StartDate).Sort(StartDate).First()

Users.Filter(Role=`QA`) //for multi-assignment should work as well

Great! :muscle:

What is “Iterations” – just an example field name, or a new operator/function?

I think Iterations is supposed to be an example name of a type database :wink:

1 Like

Implemented CHANGELOG: Dec 2 / Entity finder for automation formulas, Prevent infinite loops in formulas

1 Like