Reading only the selected column's from the collection

manzur

New Member
H Blue Prism Community,

I need your help .I have a requirement where I need to read only the selected column s(Say Key and Value)from the collection(Please check the screenshot Collection) and using this value I need auto fill the web form which has this fields(key and value pair for three records)
 

Attachments

  • Collection.png
    87.6 KB · Views: 54

gil.silva

Active Member
Hello manzur,

To read a specific field (column) from a collection, you just need to use the syntax CollectionName.ColumnName, in your case Result4.Key and Result4.Value.
To iterate through the rows of your collection, you can use a Loop stage.

Let me know if you need more assistance.
 
Top