Trying to split a variable into a collection like the example below
Variable
Header1:Data1\nHeader2:Data2\nHeader3:Data3\n........Header30:Data30
Require Collection
| Header1 | Header2 | Header3 | Header30 |
| Data1 | Data2 | Data3 | Data30 |
Data may possibly have a ':' within it but Header never will.
Any help would be appreciated