According to the help files and this answer:
https://answers.laserfiche.com/questions/147140/Renaming-Attachments-from-Collections#147142
by Kathleen Park, you should be able to isolate variables from fields in a collection by using this syntax:
{/dataset/Collection/Type[Row()]} in a Save to Laserfiche Service Task.
We are using this naming convention for a field named doctype2:
{/dataset/Collection_1/doctype2[Row()]}
on a form for file uploads and want to allow the user to pick a different document type assignment for each file uploaded. The field gets populated, but all of the values are concatenated and look like this:
"Certifications,Requisition for Personnel"
Or like this:
The Forms version is Laserfiche Forms Professional Version 10.4.0.1256, and this was introduced in 10.2.1.
I realize we could use a For Each Row task in Workflow, but this method seems much more convenient.
Has there been a change in how this syntax is used? Thanks -