Skip to main content
Nintex Community Menu Bar
Question

Skuid Manual filter not affecting model condition

  • July 9, 2024
  • 2 replies
  • 17 views

Forum|alt.badge.img+3

I added the Manual filter to the Table and its not affecting the model condition, Please advise

2 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

It looks like your condition is on a reference field,  so it is expecting a  ID to be passed.  Your source is the actual status values.  These need to match.  You can use the name as the lable shown in the drop down,  but pass the ID into the reference field. 

Or you can make the condition on the related object’s Name field - which I assume will match your status values. 


Forum|alt.badge.img+3

Thanks Rob