Keyword and non-keyword arguments must not be mixed. Used in: queryfilter.

Certified Associate Developer

Hello, 
Am getting this error for the below code that am using to build the task interface.

Need your inputs and suggestions.

query: a!query(
filter: a!queryFilter(
field: "c5",
operator: "=", loggedInUser(),
value: local!statusFilter,
applyWhen: not(isnull(local!statusFilter)))
)

Thanks.

  Discussion posts and replies are publicly visible