Looking to take information from a spreadsheet and send a ‘digest style’ message in slack.
This is the data from the sheet:

So far I have:

- The trigger is scheduled daily
- I then have the all of the rows in the sheet pulled (I will eventually try to filter these). These output as formatted rows as expected.
-
I’m hoping to now turn this into data that can look like this in Slack.
“MARY, 1, LOW, etc
BETH, 2 , ASAP, etc”
I tried to follow the step from this thread to get usable selections:
But it turned out like this for me:


How can I get this to parse out into a useable set like the other thread above?