Form footer in SharePoint Online

  • 31 October 2022
  • 0 replies
  • 26 views

Hello,

In our on-prem environment, Nintex forms have a footer that shows the form version as well as the created and modified date and user info.  I've had a request to show that data when viewing our SharePoint Online Nintex forms.  Is there a way to turn the footer on?  I've tried to add a text block that references those context items, but it is hit or miss if it will show the data.  In case the footer cannot be shown, here is the formula I'm using to try to recreate it:

 

"Created at " + formatDate([Context].[Item Created],"MM/DD/YYYY h:mm A") + " by " + [Context].[Item Created by Display name]+
". Last modified at " + formatDate([Context].[Item Modified],"MM/DD/YYYY h:mm A") + " by " + [Context].[Item Modified by Display name]

 

Thanks for the help.


0 replies

Be the first to reply!

Reply