MarketplaceStudioSnippetNovigo Solutions-Find Element with Max Occurrence

Create your first automation in just a few minutes.Try Studio Web

Novigo Solutions-Find Element with Max Occurrence

Novigo Solutions-Find Element with Max Occurrence

by YouTube

2

Snippet

Downloads

<100

back button
back button
carouselImage0
next button
next button

Summary

Summary

This activity is used to find the element which has the highest number of occurrences in a list of elements.

Overview

Overview

This Snippet need five arguments to be supplied:

1. in_ArrayOfElements (Object []): The Array of Values to find the element which has the maximum occurrence. Required.

2. in_Value (Object): The element whose number of occurrences needs to be found. Optional.

3. out_MaxOccurredElement (Object): The element which has the maximum occurrence. Required.

4. out_ElementCount (Dictionary(String,Integer)): Output Dictionary which has each element in the list as a Key, and its number of occurrences as its value. Required.

5. out_ValueOccurrence (Integer): The number of occurrences of the argument in_Value in the list**. Optional.**

Features

Features

Finding the most frequent element in the supplied list. Also returns a dictionary of the element and its number of occurrences.

Additional Information

Additional Information

Dependencies

UiPath.System.Activities >= 18.4.1

Code Language

Visual Basic

Publisher

YouTube

Visit publisher's page

Trusted Source

License & Privacy

BSD

Privacy Terms

Technical

Version

1.0.0

Updated

March 27, 2020

Works with

Compatible with all versions of Studio starting with 2018.4.1

Certification

Silver Certified

Tags

Support

UiPath Community Support

Resources

Similar Listings