Adding two filters with wildcards to an automation trigger only recognizes the second wildcard

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Low
    • Component/s: Automation - Help
    • None
    • 1
    • Minor

      Issue Summary

      When we create an automation and add two filters to the trigger, each containing one wildcard, if we try to get the value of the wildcards, attempting to retrieve their values will result in wildcard1 as the second wildcard, and wildcard2 as an empty value.

      Steps to Reproduce

      1. Create an automation
      2. Add two filters with one wildcard each
      3. Add an action to get the value of both wildcards
      4. Run the automation

      Example:

      when the card is marked as complete in a card with custom field "Test CF" set to "{*}" with a description containing "{*}", post comment "Test CF: {wildcard1} Description: {wildcard2}"

      Expected Results

      The variable wildcard1 should get the result for the first wildcard, and wildcard2 will correspond to the second wildcard.

      Actual Results

      The variable wildcard1 gets the value of the second wildcard, and wildcard2 doesn't get a value. If the wildcards are used with Custom Fields in the action, it may result in automation errors, such as the following:

      The current list of options for Custom Field "Dropdown CF" doesn't contain the value ""
      Couldn't read a date in "Text".

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

            Assignee:
            Unassigned
            Reporter:
            Carolina Lopez (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: