I want to create a list tied to a specific form.  I need to filter the contents of the list to a value on a workflow variable only.  The variable is named "status" and the value I want to see records on is "rejected".  So far, I have tried the following in the list filters with no joy:

e.customProperties.variable.status='rejected'

Looking at the actual data tabled, I have one record that matches.  The above produces no results.

TIA,

-DataMan

  • No labels

2 Comments

  1. Hi,

    Please try the following

    e.customProperties.status = 'rejected'
    1. Hi Tim,

      For the answer provided by Walter, the assumption is that you have a field named "status" in your Form that you are referencing to in your Datalist. Hope this helps!