Hellog guys,
My question is if I'm allow to sort an API with variables defined in the page or can I do this only with fields from the table?
For example I'm trying to sort Items custom API using a variable ModelNumber and I'm getting the following error:
{
"error": {
"code": "Unknown",
"message": "The supplied field number '-1' cannot be found in the 'Item' table. CorrelationId: c1f2fa30-3c53-449f-99c2-3350065e428c."
}