Hi all,
In Appian, we can create queries directly in a UI, in local variables, or in a process model using script tasks, through rules, and also in node inputs as well. What is the best way to handle them? have come across one such question which I was not sure of.
Discussion posts and replies are publicly visible
Thank you Stefan and Dhananjay, does querying directly in an interface and the one from the script task have a different impact on performance?
I guess it would be the ways how it execute, like if its under rule then it first render rule and then parent rule, if its directly on interface it does not do so like that.Could you please tell what exactly you're looking for?
The scenario is to show a read-only grid based on a query. The query can be passed from a script task to UI or directly call in the interface under the data parameter. What should be best considering performance?
Appian is evolving each day and lot of new features adding up.You can put your query in a rule and use in the data parameter of the read-only grid function.