Hi everyone,
I am using the plugin 1T - CSV Creator (dynamic CSV file) and am trying to allow the user to export data from their repeating group of “defects”.
I have successfully been able to export all fields within the data type but am having issues with exporting fields of type “list”. When I export, the goal is to the list separated by a comma, for example:
csv setup:
Title | Tags
Goal:
Item 1 | 1.1, 1.2, 1.3
Item 2 | 2.1, 2.2, 2.3
Item 3 | 3.1, 3.2, 3.3
Current outcome:
Item 1 | 1.1
Item 2 | 1.2
Item 3 | 1.3
the tags (list) spills over the rows into other items.
The 2 current workflow inputs I have tried:
accessing from repeating group (as like all other workflow inputs):
Doing a search:
my database structure:
Under Data type Defect:
Tag = List of Tags
Under Data type Tag:
name = text
Any assistance would be much appreciated!
This is actually the LAST piece of the puzzle so I am very excited to finish this.
Please let me know if you require any further information or have any questions to be able to assist.
Thanks!