Hi,
I have data in record type.
I need to implement search field to get result from record type.
By using a!queryRecordType it's matching exact content.
For example: If we search " How to create record type ". we will get related data like below
It is possible to implement similar functionality in Appian
Discussion posts and replies are publicly visible
Hi sadhus2473 ,I think you can use the 'starts with' operator with the filter here. Alternatively, for better results, you can use the search, find, or regex functions on the queried data stored in a local and return the indexed result(s) as output.
This is not possible in the exact same way, but you can easily display search results in a list of cards below a search text field.
You can use "includes" or "starts with" operator