Closed asirota closed 4 years ago
You are right, the filter param wasn't being passed to the api call
It doesn't look like the Return count only
config parameter or the Count
schema element is included in this object either.
Also the $filter parameter is not being passed and throws an error and a filter is added into the configuration parameter on the data source
Fixed count not being included in the custom schema and the custom filter not being used.
Looking good -- one curious issue I found. Why do these filters return an error?
'User ID' gt 1
'User ID' ne NULL
'User ID' eq NULL
Only the eq
filter seems to work.
Looks like the api doesn't support querying User ID
in that way.
Operator NotNull is not supported for attribute User ID
Operator Null is not supported for attribute User ID
Ok that's fine.
I am testing the config flags for
include archived contact
andinclude members only
and note that in theContact custom fields
object neither flag has any effect.This works fine for the
Contacts
object though so, not sure if these config parameters are properly being passed to the API call.