특정 텍스트로 생성된 주제에 태그를 붙이고 싶습니다. {{ $JSON.topic.title }}을 소문자로 변환해서 “pub run”, “Pub Run”, “pUb rUn” 모두에서 true가 되도록 할 수 있는 방법이 있을까요?
(발췌)
{
"id": "db9e2fa2-0008-4110-9c77-f1060124d7e7",
"type": "condition:if",
"typeVersion": "1.0",
"name": "If",
"parameters": {
"combinator": "and",
"conditions": [
{
"id": "29d3ed6c-e984-4d9b-83bf-861bd11b4b0a",
"operator": {
"type": "string",
"operation": "contains",
"singleValue": false
},
"leftValue": "={{ $json.topic.title }}",
"rightValue": "pub run"
}
]
},