You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've looked into it and it seems that the string_value option really is missing in the provider's code.
I'll make sure the team looks into this.
For now I can suggest a workaround: use the jqQuery and make it returns a string. something along the lines of:
dataset = {
combinator = "and"
rules = [{
property = "$title"
operator = "contains"
value = {
jqQuery = "\"this value will be calculated as a simple string by jq\""
}
}]
}
Only a jq_query object is accepted as a value while a string should work.
Inappropriate value for attribute "self_service_trigger": attribute "user_properties": attribute "string_props": element "...": attribute "dataset": attribute "rules": element 0: attribute "value": object required.
The text was updated successfully, but these errors were encountered: