Using ID in "Format Model Field"

Christine Pham 13.Feb.2012 6:28pm
I’m trying to format a field in a custom content model to use this format string:

“/projects/%%id%%/%%permalink2%%”

However, %id% doesn’t return anything, so it ends up being:

“/projects//permalink2”

How can I use the ID field in the format string?