Skip to main content
Nintex Community Menu Bar
Question

$Model merge syntax for model id not working on Windows

  • July 10, 2024
  • 7 replies
  • 12 views

Forum|alt.badge.img+4

{{{$Model.modelname.0.Id}}} - this is not merging the actual id value in Windows machine. It works fine on Mac.

Skuid version 9.5.4

Is there any way to fix this? 

7 replies

Forum|alt.badge.img+20

Missing the data property. {{$Model.modelname.data.0.Id}}


Forum|alt.badge.img+4

My bad…missed that while typing…on page we already have {{{$Model.modelname.data.0.Id}}} 


Forum|alt.badge.img+4

The format is already correct…

The skuid page that has this template opens fine on Mac but on Windows gives ‘Id value is not valid’ error for the included page.


Forum|alt.badge.img+20

Double mustache should work.


Forum|alt.badge.img+4

No it doesnt. Have tried that already


Forum|alt.badge.img+20

Can you paste the XML here?


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

Do you have the Id field selected in your model “App”?