Question
Keyword and non-keyword arguments must not be mixed. Used in: queryfilter.
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.
