I have a custom field that has different account types: customfield_10035
There are up to 9 options in this multi-select field.
For each value populated in the multi-select field:
Here is my rule:
Which results in:
So its populating all of the values rather than an individual value for each item in the multi-select.
How do I get each subtasks summary to contain 1 of the unique values? Such as
Commuter Requirements
Lifestyle Plan Requirements
Tuition Plan Requirements
Hello @rwwterp
Guessing you are branching on customfield_10035.value which is held in {{SVName}}
So in the subtask Summary, instead of {{customfield_10035.value}}, you reference {{SVName}} and it will point to the value which is current inside the loop. Hope it helps.
Thanks for the help, this worked!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.