List of things:sorted function can't use address field

Hello,

I have a long search Workflow which has different separated steps depending on input / search parameters. One of them is the sorting method.

If I make an initial search for a list of things, I can sort it by the geographic address / distance to another address:

.

I wanted to separate my sorting part from the initial search by using the …:sorted function on an existing list.
Now here are all fields available for the search function EXCEPT the address.

I am not sure weather this is a bug. Anyhow it make my search workflow more complex since I have to combine two steps and It multiplies the number of workflows.

Thanks!

Roman

It’s not a bug, but a limitation. Geographic sorting is something that is complex and that we only support at the search level currently.

2 Likes