Skip to main content

I have a poorly formatted csv from Salesforce of opportunities.  I have triggered loading that CSV into google drive.  I am trying to send reminders for CRM opportunities that are coming due.

I am using a loop to format a date field, and filter that date based on criteria.  I’d like to consolidate the filtered rows together, concatenate them, and then put that in a slack message.  How do I consolidate the output of each loop into one?  Is there a better way?