Skip to main content
Nintex Community Menu Bar
Question

Merge / Mustache Syntax for checking if a Model has Unsaved Changes?

  • July 11, 2024
  • 2 replies
  • 8 views

Forum|alt.badge.img+10

I’ve reviewed this document:

https://docs.skuid.com/latest/v1/en/skuid/merge-syntax/global-merge-variables.html#model

It looks like there’s no way via merge syntax to tell if a model has unsaved changes. Is there any way to do this? I’m looking to put logic into a Formula on a Branch to determine whether or not a model has unsaved changes.

Thanks!

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+20

Anything in the model is accessible in the merge syntax.

{{$Model.MODELNAMEHERE.hasChanged}}

Enjoy! 😉


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

Thank you!