Skip to main content
Nintex Community Menu Bar
Question

Create conditions with javascript?

  • July 10, 2024
  • 1 reply
  • 2 views

Forum|alt.badge.img+8

Is there a way to create conditions dynamically?

I need to create multiple subquery’s based on each record in another model.

1 reply

Forum|alt.badge.img+3

This might be of help!

skuid.$M(‘ModelName’).getConditionByName(‘ConditionName’).values = ‘values’;