'Get an Item from a Dictionary' action inside of 'Loop N Times' action only return first value

  • 26 March 2021
  • 0 replies
  • 71 views

Userlevel 3
Badge +8

Issue

When using the action 'Get an Item from a Dictionary' inside the 'Loop N Times', to get each item within a dictionary variable, within in Nintex Workflow for Office 365. The workflow only returns the first value of the dictionary and ignores the remaining items. 

 

Resolution

  • When referencing items in an array, use "(0)" for the first item, "(1)" for the second item, and so on. 
  • For the 'Item name or path' field, of the workflow action 'Get an Item from a Dictionary', ensure that this field is configured with an 'index' variable used in the above point. 
  • The index variable has to increment (+ 1) during each "for each loop" iteration

 

Related Links

 


0 replies

Be the first to reply!

Reply