Rule: Promote based on their profile fields.
To promote users based on their profile fields use the following configuration. Here we are going promote users that filled their Location default fi...

To promote users based on their profile fields use the following configuration. Here we are going promote users that filled their Location default field which FID is 3.

{
  "whereClauses": [
    {
      "tableName": "userfields",
      "columnName": "fid3",
      "columnValue": "",
      "columnOperator": "!="
    }
  ],
  "logicalOperator": "AND"
}

If you are using plugin version 1.8.23 or lower :
  • Table: userfields
  • Field: fid3 *
  • Field Value: empty
  • Field Type: Not equal to

* Adjust this to fit your profile field.
This post was last modified: 23 Jan, 2024, 1:59 pm by Omar G..
Files

There are currently no posts to display. Be the first one to leave a reply.

Current time: 26 Apr, 2024, 3:30 am