Skip to main content
Nintex Community Menu Bar
Question

Merge syntax for condition?

  • July 9, 2024
  • 4 replies
  • 19 views

Forum|alt.badge.img+18

I’m looking to pull in the value of a condition through merge syntax. Can we do that?  I was thinking something like {{$Model.MyModel.condition.0.value}}.

But nothing I try seems to work.

This topic has been closed for replies.

4 replies

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

Here is the list of stuff you can get with global merge syntax. 

http://help.skuidify.com/m/11720/l/187263-global-merge-variables-functions

Sorry - conditions are not included. 

You can get them via Javascript though…


Forum|alt.badge.img+13

Actually you can get them, we need to update that list, Jim you were so close, you just needed to do conditions (plural) (and Rob’s in the dog house again 🙂

{{$Model.MyModel.conditions.0.value}}





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

Man, its just not my day.  I hate it when the devs are so far in front of us doc and support guys… 


Forum|alt.badge.img+18
  • Author
  • 2192 replies
  • July 9, 2024

Haha, sweet! Thanks, Zach. I should have guessed that ‘data’ was plural!

No worries, Rob. As much as you’ve helped us over the last few months, you’re allowed to be wrong once in a while.