Thanks David, that worked great for 1 field but now I'm having the issue that each additional field keeps tagging onto the previous response.
For example
SP List Column 1
Choice 1, Choice 2, Choice 3
SP List Column 2
Choice 1a, Choice 2b, Choice 3c,
Field Output 1
Choice 1, Choice 2, Choice 3,
Field Output 2
Choice 1, Choice 2, Choice 3, Choice 1a, Choice 2b, Choice 3c, (when i need to just show Choice 1a, Choice 2b, Choice 3c)
I've tried replicating the steps for each required field but it just ignores the second append to array variable.
Any thoughts?