Skip to content

Get Filters From Search ​

Retrieves the available filter options for a Mesh search based on a given search term.

Purpose ​

Use this task when a workflow needs to discover which filters are applicable to a particular search context before applying them. It is commonly used to dynamically populate filter selections for user-facing steps or to programmatically determine valid filter values before constructing a refined search query.

Inputs ​

FieldTypeRequiredDescription
Search TextTextYesThe search string used as the basis for retrieving applicable filter options.

Outputs ​

NameDescription
AvailableSearchFiltersA list of filter objects representing the filter categories and values available for the given search context.

Tentech