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.
Solved! Go to Solution.
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.
Creting an UDA is just like a worklfow. Here is the help article on how to create it