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.
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.