Hello,
I have two Forms collections for new hire work references: the first is reference type (personal, professional) and the second is the reference email. I need a workflow that repeats through the collection count, first identifying the type, then emailing the reference with a querystring. Personal and professional references are then directed to two different forms.
Working with my vendor so far has gotten me this (below), but the conditional fails to identify the type of reference correctly every time. Therefore all iterations follow only one branch of reference type path (the first type indicated in the collection), but not both as it should, according to the conditional. Moving the Create Index Token inside the Repeat Token only throws off the index count.
Any thoughts would be greatly appreciated.
Jennifer