Skip to main content
Nintex Community Menu Bar
Question

assign a date time field to a date time field

  • July 11, 2024
  • 3 replies
  • 4 views

Forum|alt.badge.img+14

I am assigning a date time as follows:

The “Schedule_Date_Time_End__c” does have a date time, but the “Temp_Date_Time_End__c” value is blank.

This topic has been closed for replies.

3 replies

Forum|alt.badge.img+7
  • Nintex Employee
  • July 11, 2024

You probably need the value to be in merge syntax, so in the XML you need to update it to be “{{Schedule_Date_Time_End__c}}” instead of “Schedule_Date_Time_End__c”


Forum|alt.badge.img+9

Also be sure that Schedule_Date_Time_End__c is included in the Add_CR_Showing model. 😉


Forum|alt.badge.img+14
  • Author
  • July 11, 2024

Wow.  That was simple. Thanks.