In pipeline builder, is there a way to join an array with multiple new lines as the separator? If I try and use ‘\n \n’ as the separator, or any variation thereof, I just get the literal \n being used instead of new lines
In pipeline builder, is there a way to join an array with multiple new lines as the separator? If I try and use ‘\n \n’ as the separator, or any variation thereof, I just get the literal \n being used instead of new lines
Can you throw the two new lines in a constant column and then join the array on that?
That works, thank you!