Hi,
What is the correct format to put in value field of a search with constraints, when you are using a data type that you created instead of using basic types as text, number, etc…?
I tried the object’s unique_id (as it seems to be when I do a GET without search constraints), but here is the response I received:
{“statusCode”:400,“body”:"{\n “status”: “INVALID_DATA”,\n “message”: “Issue with data for workflow Car: key motor 12345x12345 do not have the right format”\n}"} (Where Car is the data type of the list I want and Motor is the specific attribute to limit the search.)