Where is Query Rules?

https://academy.appian.com/learn/course/975/play/36425/create-a-query-rule

I watched this video but I can't find the "Query Rules" option under "New." What am I missing? Thanks

  Discussion posts and replies are publicly visible

Parents Reply
  • +2
    Certified Lead Developer
    in reply to benjamins0003

    You would want to make your Query Entity rule accept inputs corresponding to all of those values, and preferably, query correctly whether or not each value is passed in (note that over-filtering may result in a returned list of zero people, depending on the particular data setup).  Assuming that you can derive Appian usernames from the result of the query, you could probably have your form map an array of usernames to a Rule Input when a submit button is clicked - and then pass that array out to your process model, where you could then call a subprocess for each user and assign the task therein to that user.  It's a complex use case and a lot depends on your particular implementation and requirements.

Children