How to convert Column A row values as header of Column B

Chaitanya536

New Member
HI All,

PFA
I had query while performing one action, I want to convert column A row values as header to Column B in a colection in BLUEPRISM. Kindly plz anyone help us. Thx

sample O/p should come as ----- Firstname as column with value pawan
 

Attachments

  • Capture.PNG
    6.7 KB · Views: 75

Karthikeyan

New Member
Create an Empty collection with no fields, then add a single row using Add Row action to this collection.
Loop the collection you have.
Within loop use Append Field in Collection Manipulation:
-->Input Collection <Emptycollectionyoucreated>
-->field name as <Collectionyouhave>.Column1
-->value as <Collectionyouhave>.Column2
-->Output Collection <Emptycollectionyoucreated>
 
Top