Love the approach! I’d suggest incorporating a .RegexReplace(",","|") step when building the CSV digest column (and a corresponding reversal on the “Recover” button), otherwise any data with commas will break your schema right?
4 Likes
Uhhhhh heck yeah @Steve_Simon2 - Brilliant idea
1 Like
I love your solution @Scott_Collier-Weir and found the same thing @Steve_Simon2 mentioned. I made a copy of your doc and tweaked it to try it out as a list of arrays instead of a straight list. This allows for multiple values in a column too. Pros and cons to each way of doing it, but thought I’d add the slightly different take here if you’re curious.
I’ve also seen docs where people are looking to create their own version of a changelog and I adapted the array of arrays idea to it as well.
3 Likes
Love it @BenLee ! Thanks for sharing and iterating on my approach. I also built a live system for a client recently like this and implemented @Steve_Simon2 's approach. Worked brilliantly!
2 Likes