Skip to main content
Nintex Community Menu Bar
Solved

Variable Won't Initialize to Current Date with Nintex Start Form

  • July 15, 2021
  • 2 replies
  • 40 views

Forum|alt.badge.img+7

So I have a test workflow with a single date variable set to initialize with the current date...

18835i411D96DB6AD6734D.jpg

The workflow consists of a single logging action...

18836i470FA36858BBBA74.jpg18837i05E7189A266A159A.jpg

When I configure the workflow to start with the default form, I get the expected output...

18838i4B5B451B01C3A9E3.jpg

18839i0747638A26C58294.jpg

When I configure the workflow to use an InfoPath start page, the variable fails to initialize...

18840i7F653165BB847CC9.jpg

18841i8389CF0973F17E4D.jpg

How can I get my date variable to initialize when using InfoPath start form?

Thanks!

Best answer by kunalpatel

@jeff what if you keep your date variable empty and use the calculate date action to decide the date. Use the option to get the date when action is executed.

2 replies

Forum|alt.badge.img+12
  • Rookie
  • Answer
  • July 16, 2021

@jeff what if you keep your date variable empty and use the calculate date action to decide the date. Use the option to get the date when action is executed.


Forum|alt.badge.img+7
  • Author
  • July 16, 2021

That does work, thanks.