Hello,
I am trying to build a Laserfiche Form that will allow users to submit agenda item topics. I would like it if users could submit multiple topics at a time, and a table seems to be a nice way to collect that information (below is a screenshot of my table).
My form is really just used for gathering the information. Once the Form is submitted, I am using a service task to initiate a Laserfiche workflow.
My workflow is able to retrieve the forms content and, for each row in the table, generate entries and apply template field information based upon that specific row using the “For Each Row” activity.
My issue is that I can’t seem to find a way to grab the name of the uploaded file and also apply that to my template field information. I thought that I could potentially just use the %(forEachRow_Upload_Attachment) and that this token would include the name of the file for that row, but it doesn't pass any information when I assign it.
I have reviewed some of the other knowledge base articles here and I am trying to avoid creating sections for each submitted topic. Is it possible to pass the upload files name somehow through the Retrieve Laserfiche Forms Content activity?