Using magic strings

I configured a workflow to save a content node when a form is submitted. For a few document properties I used ‘magic strings’ to give them a value.

  • {record.IP} to get the IP address of the website visitor => this works
  • {record.UniqueId} to link the document with the original forms record => this doesn’t work

Any idea why the first magic string works but the second doesn’t?


This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/89999-using-magic-strings