Solved

How to get random list item using Nintex Workflow in SharePoint Online


Badge +4

Hi ,

My list contains 20 items . I need to get a random item every day .

How to achieve this using Nintex workflow in SharePoint Online .

 

icon

Best answer by vadim_tabakman 7 July 2020, 21:05

View original

3 replies

Badge +8

This may help you in the right direction, @vadim_tabakman has a UDA for generating a random number. 


 


https://www.vadimtabakman.com/nintex-workflow-random-number-uda.aspx


 


 


 

Badge +4

Hi @calmaguer 


How to use UDA's in SharePoint Online ?

Userlevel 7
Badge +11

You could try making a web service call to - www.random.org


 


I've attached an NW for Office 365 Site Workflow - setup as a component workflow.  If you import and publish it, in your main workflow, you can use the "Run Component Workflow" action.


 


It takes 3 parameters (2 input -min/max and 1 output - RandomNumber).


 


I hope this helps.


Vadim

Reply