Hello. Long time lurker, first time poster
I've been trying to figure out how to do this for the past few days and I can't quite seem to get it right. I've tried searching to no avail, so, I'm hoping someone can help...
What I am trying to accomplish is to copy the values from the PRODUCER field and insert them into the INVOLVEDPEOPLE field but with the text Producer: in front of the persons name.
For example, let's say I have Name1\\Name2\\Name3 in the PRODUCER field. I want to copy that to the INVOLVEDPEOPLE field as Producer: Name1\\Producer: Name2\\Producer: Name3. I created the following actions which will copy each name to the INVOLVEDPEOPLE field, but it only adds Producer: to the first entry. It comes out looking like this: Producer: Name1\\Name2\\Name3
Is it even possible to do what I am hoping to do? Here are the values for my current actions:
Action #1:
Action Type: Format Value
Field: INVOLVEDPEOPLE
Format String: $meta_sep(producer,\\\\)
Action #2:
Action Type: Format Value
Field: INVOLVEDPEOPLE
Format String: Producer: $meta_sep(involvedpeople,\\\\)
I have both of those actions inside of an Action Group. Any help would be appreciated!
