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

Question

Question

WF - get only changed field values in multi value field

asked on March 12, 2015

I have a multi value field, I want to record into the Business Process Log the values that were added by the user in that step. How could I compare the before and after values, and then get only the new values?

I am thinking I can store the original values before it is sent to the user, and then get the new values but how could I then compare them to remove the ones from the list that were already there?

I am using WF 9.1

0 0

Replies

replied on March 12, 2015

Your solution is the way to go. Workflow doesn't have the before values, just the current ones.

You can iterate through the new values and check if they were in the list of old ones with For Each Value activity.

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

Sign in to reply to this post.