Hi there,
I'd like to apply some advanced search expression in App Integration API hyperlink. According to documentation
For selections containing numeric values and search terms, the text representation should be added within square brackets, as in [value1].
this shall be possible, but couldn't make it work even for simple search expression, such as "<10". I tried all variants I could think of (but I admit that there are options that I didn't think of 🙂 ), such as:
- /select/FieldName/[<10]
- /select/FieldName/["<10"]
- /select/FieldName/<10
- /select/FieldName/"<10"
but with no success. When I leave out the square brackets, nothing happens. And when I include them (as documentation hints), I get

I got the same result for all attempts to write advanced search expressions (e.g. "=True()"). On the other hand, when I leave out the "<" sign in the same hyperlink, a single value selection is applied, so I'm pretty sure, that the rest of hyperlink is correct.
Any ideas how to make this work?
Thanks in advance.
Martin