Export Values to appear as a list.
I have a text box which populates automatially from a dropdown list. However - I need the text in the export value to appear in the text box as a list. How do I add line breaks between items in the export value?
E.g. The dropdown option is "Passing" and the export value says 1) Face target, 2) Raise leg, 3) Kick ball, 4) Follow through.
How do I get that text to appear in the text box as:
1) Face Target
2) Raise leg
3) Kick ball
4) Follow through
Thanks!