-
Recently active
Hello, I am trying to get the details from the task report. My task report is by Process model and i'm trying to get the assignee of each task. I am facing the issues as below: 1. With filter: filters:{ a!queryFilter( /*c4 is the owner*/ field: "c4", operator: "in", value: loggedInUser() ), a!queryFilter( /*c6 is the task assignee*/ field: "c6", operator: "in", value: loggedInUser() ) } When my task is assigned to individual user, the assigned task filter above works and shows me all the tasks assigned to the user. But when the task is assigned to a group and the loggedin user is a member of the group, the task is not shown to the user. I have tried the operator "includes" instead of "in". In this case, all the tasks are shown, irrespective of the user being the member of the group or not. 2. the runtimetype() I want to display the assignees name(either group or user) in the grid. When i try the following code whi
Hello! I am trying to query data from a Process report, but I am facing an issue. I can show correctly the data on the process reports, but when I am using at the expression a!queryProcessAnalytics the date is null. Where might be the problem? Is the type of the process report?
Hello everyone, I have a requirement where I need to export the API response into excel, do we have any smart service/plugin which i can use here. your help is much appreciated. regards, Sachin
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.