How to get the day of week in Nintex Workflow

  • 26 July 2015
  • 3 replies
  • 226 views

Userlevel 6
Badge +16

If you want to get the WEEKDAY of a given date, just use a new calculated column on your Sharepoint list with a formula like this:

102473_pastedImage_0.png

Then use this new calculated column (named DAYOFWEEK in this sample) on your workflow.

 

Take a look to the use of that formula at >>> WEEKDAY function


3 replies

Userlevel 7
Badge +17

Great post! Unique choice of theme,

Userlevel 6
Badge +16

Hi Vikas Reddy​:

The WEEKDAY formula mentioned in this document refers to the Sharepoint formula that can be used on a Sharepoint calculated column on a Sharepoint list/library

Userlevel 7
Badge +17

I would recommend starting a new post with details on your scenario. maybe even include screenshots. But you can probably do what you need by using the dateAddDays function and also format them using the formateDate function.

Reply