I have a business process that allows users to upload 0-N number of attachments when they submit a form. The process routes the attachment(s) to a folder in my repository. In the workflow I have a For Each File activity to loop through these attachments. It is working properly and I can get the information about each of the uploaded files. Is there a way to store the values for each file so I can access them later in an SDK activity? I need to use the information to post attachments to our internal ticketing system which I will do through an SDK activity.
Thanks.