I want to zap messages from Slack into a Google Sheet. I want each paragraph to be a separate line on the sheet, except the first line.
So I’m using a formatter step to split into line items using a g:newline:] delimiter, but I’m not quite sure what to do with the looping step.
The issue is not knowing how many paragraphs the Slack message will have - I might be misunderstanding how the looping step works, but is it possible to loop through multiple line items when you don’t know how many line items each thing will have?