Ask a Question
Create a Support Ticket
Discuss VBOs
Use Cases
Community FAQ
Find a User Group
International Forums
Events Calendar
Community Blog
Welcome Space
Request an Improvement
Latest Releases
SS&C Blue Prism Products
Start Learning
Ask About Learning
Find Certifications
Become an MVP
Get fast, personalised help from other members of the community
Log an issue or request technical assistance from SS&C Blue Prism's support team.
Ask for recommendations and give feedback on Virtual Business Objects from the Digital Exchange
Real-world examples of automations, submitted by our community
Learn how to make the most of the SS&C Blue Prism Community here
Find local and virtual user groups to meet and collaborate with
Connect with the community in languages other than English
See a schedule of in-person and online webinars, conferences and community-hosted events
Read the latest news, opinion and thought leadership from SS&C Blue Prism staff and community members
Find community news, activities, and tips here. You can also introduce yourself!
Suggest new features and improvements, or vote on ideas submitted by others
Learn about the latest releases for SS&C Blue Prism products.
Discover our full product suite and browse community posts by product.
Access the SS&C Blue Prism University to start your learning journey
Share your learning goals and get course recommendations from the community
Prove your skills with a range of SS&C Blue Prism certifications
Join a team of volunteers who enjoy helping others succeed
Hello @Sindhu13
You can use code stage to remove duplicates.
Paste this code into Object Studio -
<process name="__selection__Utility - Collection Manipulation" type="object" runmode="Background"><stage stageid="3f07a9ec-9613-4e59-923f-6f81763348f3" name="Remove Duplicate Rows" type="Code"><subsheetid>87cd240a-66f3-47ad-8819-9fb61c89137c</subsheetid><loginhibit onsuccess="true" /><narrative>From within the collection</narrative><display x="15" y="-15" /><inputs><input type="collection" name="In Collection" expr="[In Collection]" /></inputs><outputs><output type="collection" name="Out Collection" stage="Out Collection" /></outputs><code><![CDATA[If In_Collection.Rows.Count>0 Then Out_Collection= In_Collection.DefaultView.ToTable(True) Else Out_Collection= In_Collection End IF]]></code></stage><stage stageid="0bd80cd4-2f25-4f7f-b227-c6ec0a7297b8" name="In Collection" type="Collection"><subsheetid>87cd240a-66f3-47ad-8819-9fb61c89137c</subsheetid><loginhibit onsuccess="true" /><display x="-165" y="-15" w="120" h="30" /><datatype>collection</datatype><private /><alwaysinit /></stage><stage stageid="747a1f6c-3d56-4684-bd92-73676760aa0c" name="Out Collection" type="Collection"><subsheetid>87cd240a-66f3-47ad-8819-9fb61c89137c</subsheetid><loginhibit onsuccess="true" /><display x="-165" y="15" w="120" h="30" /><datatype>collection</datatype><private /><alwaysinit /></stage></process>
Let me know if you require any assistance.
Thanks
Hi Arpit, Thank you for your response. I have raised this idea for Chorus BPM Design studio and not for Blueprism.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.