Skip to main content
Nintex Community Menu Bar
Question

Tab Name mustache fails in Brooklyn 9.3

  • July 10, 2024
  • 4 replies
  • 18 views

Forum|alt.badge.img+20

From this.

Bill{{#$Model.ARDetail.data.0.isServiceOrder__c}}able{{/$Model.ARDetail.data.0.isServiceOrder__c}}{{#$Model.ARDetail.data.0.isInvoice__c}}ed{{/$Model.ARDetail.data.0.isInvoice__c}} ({{$Model.LI_BillableEvents.data.length}} + {{$Model.LI_BillableWork.data.length}}}

Used to display Billable or Billed without the icon.

4 replies

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

Hello Pat,

I’m not sure if this code was directly taken from your environment, but could it be that the very last closed-mustache should be a closed-parentheses? 

Mark


Forum|alt.badge.img+20

Nope. Brooklyn is doing some weird stuff here. 😕



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

Hello Pat, thank you for taking the time to demonstrate this. I’ve just tested this, and the checkboxes do appear as you’re showing in this video if I use double-mustaches to enclose each of my truthy/falsy fields. However, if I use triple-mustaches instead, the checkboxes are not rendered. Can you try that change and let me know if you’re able to get the intended behavior? 

Mark


Forum|alt.badge.img+20

Yup. That worked. Why has this changed?