Skip to main content
Nintex Community Menu Bar

Nintex Forms - How to display the created and created by fields

  • August 9, 2019
  • 2 replies
  • 200 views

naccarati
Forum|alt.badge.img+5

Hello,

How do you display the Created and Created By fields on a nintex form? I've tried putting them into variables.  That didn't work.  I've tried displaying them in a calculated field that I put on the site.

 

2 replies

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • August 10, 2019
Hi,

These columns are default SharePoint columns.
They cannot be populated in New mode as the form has not been submitted yet.
You could use a Calculated Value control to see them after the form has been submitted (edit or view mode) by using the Item Properties.

These columns can also be used in a workflow.

naccarati
Forum|alt.badge.img+5
  • Author
  • August 13, 2019
Yes, it took me awhile to figure that out.