cancel
Showing results for 
Search instead for 
Did you mean: 

Append a password-type field to collection

mikolaj_mackowi
Level 3
Hi, is it possible to dynamically add a password-type field to a collection? In collection manipulation object I can see, that AppendField actions are limited to date, number, flag and text.
1 REPLY 1

Denis__Dennehy
Level 15
A collection stage is effectively just a .NET datatable which has no concept of a Blue Prism password as a column type. There should be no need to store a collection of passwords - you store passwords in the Blue Prism credentials store and just retreive them when required.