# Discourse Workflows

**URL:** https://meta.discourse.org/t/discourse-workflows/407100
**Category:** Plugin
**Tags:** official, included-in-core, workflows
**Created:** [July 13, 2026, 1:54am UTC](https://meta.discourse.org/t/discourse-workflows/407100 "2026-07-13T01:54:16Z")
**Posts on this page:** 1
**Showing post:** 56

<div class="post-metadata">

### Author: ![Lou](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lou/32/544605_2.png) [@Lou](https://meta.discourse.org/u/Lou)
#### Post date: [September 12, 2026, 7:48am UTC](https://meta.discourse.org/t/discourse-workflows/407100/56 "2026-09-12T07:48:58Z")

</div>

I want to tag a topic if it’s created with certain text. Is there any way to use lower case for `{{ $JSON.topic.title }}` so this evaluates to true for “pub run”, “Pub Run”, “pUb rUn”?

(excerpt)

```plaintext
{
      "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"
          }
        ]
      },

```

---

_[View the full topic](https://meta.discourse.org/t/discourse-workflows/407100)._
