- Jace's Blog
- Posts
- Difference between ${URI} and ${URI_REF}
Difference between ${URI} and ${URI_REF}
All this talk about notifications had me poking around and I learned about using ${URI_REF} instead of ${URI}. It's magical.
${URI_REF} creates a link to the current record using the records display value. It's essentially... the same as;
${URI} creates a link to the current record using the text "Link".
Reply