I'm looking to create a list-field that a user can input a list of variables.
The list will then be stored in a multi-line variable in SharePoint separated by a delimiter.
An example would be an input of:
- Apples
- Bananas
- Cherries
Output: Apples;Bananas;Cherries.
Thank you for your time.