Skip to main content
Nintex Community Menu Bar
Solved

Workflow to randomly select a day of the week

  • July 14, 2021
  • 4 replies
  • 78 views

I am trying to create a workflow where a day of the week is randomly selected and then used to update a field in a SharePoint list.

Best answer by kchaluvadi

Hi,

You can create UDA to generate a random number, here is the article, in your case the min number will be 0 and max number will be 6 (for 7 days).  Hope this helps.

4 replies

Forum|alt.badge.img+12
  • Apprentice
  • Answer
  • July 14, 2021

Hi,

You can create UDA to generate a random number, here is the article, in your case the min number will be 0 and max number will be 6 (for 7 days).  Hope this helps.


  • Author
  • July 15, 2021
Thanks for the solution but I don't have a UDA tool, I only see Get Forms Repeating Section UDA and Get or Create Variance Task under User Defined Actions.

Forum|alt.badge.img+12
  • Apprentice
  • July 15, 2021

Creting an UDA is just like a worklfow. Here is the help article on how to create it 

 


  • Author
  • July 15, 2021
Thanks for your quick response but I do not see anything to download as stated in the article. Also, the screen shots are so blurry I can't really see how you created the workflow. Thanks, Elaine