It seems so simple! But after two days of trying to get this to work, I need to admit defeat.
I've done nearly 40 experiments
I've tried join, map formulas
I've tried grouping
I've tried iterating
I've tried aggregating
I've fought with Claude
I've fought with ChatGPT
I've read Make Community posts
I've watched YouTube videos
I've looked at other blueprints
But still no clue as to how I can do this simple task!
There must be a way. But I need a fresh set of eyes and a new way of thinking about the problem and the solution.
How do I aggregate operations so that I can simply join a number of text strings together into one single string?
Could I use a set variable and a replace formulawith a variable lifetime setting that does one operation at a time
Could I get the output in JSON and parse it that way?
Could I use a text parser?
Could I use a tools 'increment' function to move through the operations one at a time?
PS. I heard maybe a data store is the way to go. But that seems like an incredibly complicated solution.