Suppose I have an array obtained via an array aggregator / group function like
{{map(22.array; "__IMTKEY__")}}
Original data:
[
{
"__IMTKEY__": [
"What Is AI Automation? Explore Applied Uses and ...AI automation uses AI techniques like machine learning algorithms, natural language processing (NLP), and computer vision to process and learn from large ...https://www.upwork.com/resources/ai-automation",
"What is Intelligent Automation?Intelligent automation combines AI and automation technologies, enabling automation of low-level tasks within your business.https://www.ibm.com/topics/intelligent-automation",
"AI gives you automation superpowersZapier Central is the AI workspace where you work hand-in-hand with bots. Teach, talk to, and direct AI-powered bots that actually understand your business.https://zapier.com/ai",
When I then reference this via the Key
variable in the next module, the array values get “glued” together.
How do I instead separate them with the \n sign? Is it possible at all?