Forum Discussion
PANDAmonium
6 years agoResolver IV
Storing Lists in Dataflows
Hi All, I'm trying to store lists within records in a dataflow, but each time I save and close, it autogenerates steps "Transform columns" changing the type to text which produces and error then ...
- 6 years ago
Figured out a workaround. I don't have that many Id's in each set moving daily, so I expanded the lists into a string. Then after the data is pulled in we can convert it back to a list if needed.
If you do know how to store values as lists within a dataflow, please let me know still for future reference. Seems like something that should be possible. Thanks.
PANDAmonium
6 years agoResolver IV
Figured out a workaround. I don't have that many Id's in each set moving daily, so I expanded the lists into a string. Then after the data is pulled in we can convert it back to a list if needed.
If you do know how to store values as lists within a dataflow, please let me know still for future reference. Seems like something that should be possible. Thanks.