I have a form that I want a record in a collection to go to a user tasks by department / user
On the following form, I'm trying to populate fields from the collection
Collection1 has the following fields:
Department, SubmitTo, RowNumber
in the default value of the form I have
{/dataset/Collection1/Department[/dataset/Collection1/RowNumber]}
but when I test it shows a blank field on the form.
When I look at the monitor of the Business process I see the variables are populated..... what am i missing?