You are viewing limited content. For full access, please sign in.

Question

Question

For Each Value Create Link

asked on July 17, 2019

Hi, I'm trying to create links from a Check file to a PO file using Workflow. Checks can have multi-POs, and checks have a multi-value field for PO numbers.  I am using a For Each Value activity. The workflow works for the first value only. What am I missing? What information do you need to help? Thanks.

 

0 0

Replies

replied on July 17, 2019

You need two loops. You need a "for each value" to handle each PO number in the multi-value field, but you also need a For Each Entry loop to update every result from the search.

The way you have it now, it would work for multiple values in the multi value field of the starting document, but it is only touching the first result of your search activity.

0 0
replied on July 17, 2019

OK. So Start another loop after the search repository activity?

0 0
replied on July 17, 2019

Yes. Set the "For Each Entry" loop to use the results of the search, then put your link activity inside that loop and target the For Each Entry > Current Entry.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.