Not able to select property value in rule

Created on 6 January 2019, over 5 years ago
Updated 25 April 2024, about 2 months ago

I am using the 'Fetch CiviCRM entity by property' action in a rule. In the interface, I am unable to select the property value, which is mandatory. However, the rule is working properly.

{ "rules_verlenging" : {
    "LABEL" : "Verlenging",
    "PLUGIN" : "reaction rule",
    "OWNER" : "rules",
    "REQUIRES" : [ "civicrm", "rules" ],
    "ON" : { "civicrm_membership_edit" : [] },
    "DO" : [
      { "civicrm_entity_query" : {
          "USING" : {
            "type" : "civicrm_contact",
            "property" : "id",
            "value" : [ "civicrm-membership:contact-id" ],
            "limit" : "1"
          },
          "PROVIDE" : { "entity_fetched" : { "contact" : "Fetched CiviCRM entity list" } }
        }
      },
      { "mail" : {
          "to" : "webmaster@domain.org",
          "subject" : "A subject",
          "message" : "Some Message ",
          "language" : [ "" ]
        }
      }
    ]
  }
}
πŸ› Bug report
Status

Closed: won't fix

Version

2.2

Component

User interface

Created by

πŸ‡³πŸ‡±Netherlands edvanleeuwen Waalwijk

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024