Exit Dropdown List on last item in the list

  • 23 March 2021
  • 1 reply
  • 3 views

I have a drop down list that can contain anywhere from 1 to 4 items.  I am using "Select Next Item" to cycle through the list.  How to I know I have cycled through the list whether it is 2 or 3 or 4 items?  RPA will have an error, but I cannot target that error.  This is a Fiserv Navigator platform.  


1 reply

Hi @janet_grimsley 


 


One way you could do this is to utilize a 'Get Value' action to copy back the number of items in the list. This is an option you can configure in the action itself, in one of the dropdowns in the action builder. Once you have this number, you can use that variable to drive an "Exact Loop" action to loop exactly through the list.


 


Hopefully this helps, let us know if you need any clarification!

Reply