How to create an expression rule that returns a list of data from a table in a database?
I already queried in my data using a constant, now I need to create a rule that will returns a list of employee names from a database using the tables primary key (employee_id).
Discussion posts and replies are publicly visible
Hi,
You can create a simple query entity to return the employee names using the employee Id. You can find more about query recipes heredocs.appian.com/.../Query_Recipes.html