Hi all,
What I am trying to achieve is to set a variable "Weekday to simulate" with the weekday (1-7) of a date.
As Nintex Workflow is unable to do it, I want mitigate this with a Sharepoint list called "Helper Retrieve Wordkday" (sorry for the typo... :-))
So what the workflow does: Create an entry into this helper list with the date. A formula then populates the calculated column called weekday.
Then, I query the helper list. But somehow the variable I chose to be filled with the weekday does not get saved (tried both Integer or String), it keeps empty (or the default value).
If I hit "Run" in Nintex Workflow however, the thing seems to work. Any idea?