a!queryProcessAnalytics

Certified Senior Developer

a!query inside a!queryProcessAnalytics not working where in we need to show up tasks whose assignedto column is not empty .check if one of the column is not null

query: a!query(
filter: a!queryFilter(
field: "c8",
operator: "is not null")
)

  Discussion posts and replies are publicly visible