SetWhereStringField

Description

This activity allows to add a condition on a String field to a search query.

The result represents the newly added condition. The query passed in, is updated with the new condition and is ready to be used. The next step can be adding new conditions, calling this activity repeatedly (or the equivalent ones for other data types), or performing the search itself.

General

ExternalId InArgument<String> REQUIRED

The ExternalId of the the field that is the subject of the condition.

Query InArgument<QueryGanttTask> REQUIRED

The query to apply the condition to.


Options

Condition EStringCondition REQUIRED

The condition to apply to the field.

The value to compare the given field with.