Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to sort a table by a custom property name, theres a way to do this ?
I'm using this :
qrs/App/table?&xrfkey=aaaaaaaaaaaaaaaa&orderAscending=true&filter=published eq true&skip=0&sortColumn=namet&take=20
Hi @wellington1
Do you mean flter? It would be just
customProperties.definition.name eq 'custom_property_name'
The sortcolumn is to sort a property
Hope it helps.