Using Workflow to query Laserfiche for data. It fills the data into a collection. All's working well except now I'm trying to populate the link to each document and the Type of Submittal (check box).
1. As you can see in the image below, my "sdsLink" field is populating with all three results instead of the one that goes with that specific document:
Maybe it cannot do it because I didn't retrieve the link the same time I retrieved the link info, so it doesn't know which one it belongs to? I declare sdsLink above the "For Each Entry". Then I have to use "Generate WebLink URLs" in order to get each sdsLink. Then I append with the generated link:
Then I use the updated token to put into the collection:
UPDATE: Stop reading, #2 issue has already been resolved!
2. The second issue is getting the checkbox to be checked. Here are the values I've set for each choice:
In Workflow, I'm taking the value from the "Notes" field:
and passing it back to forms through WF:
It doesn't pick up the values from Notes: