问题
I'm looking to feed a collection from my process to my business object. My object is designed to run multiple statements. Instead of storing the statement numbers in the object as a data item, I would like the data pulled from my process. I currently have a collection in my process studio with an Action to pull from and Excel workbook. Not sure how to feed the collection to my business object?
回答1:
To pass any data or collection item from process to object, you need to set it up as parameter, at the "start box" of that action.
来源:https://stackoverflow.com/questions/48918125/blue-prism-collection-to-object