Slack webhook - multiple records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2024 05:08 AM
We have recently launched Geofencing at work
as part of that form I have 2 fields that we trigger alerts on
When are you leaving, When are you returning
The flows are working as I needed, but a new ask has been to post in a security slack channel each morning a copy of ALL the Catalog tasks for users that are traveling that day.
Here is what I have so far and looking for help
I tried the following
Look up Records - SC_TASK table
Conditions - if variable (When are you leaving) is TODAY
Action
Post Slack message with Webhook
Todays Travel | Catalog Task Record
This however gave me the following;
If I change the action to Look up RECORD (Single)
and keep the same conditions, I can then change the message to be
Todays travel requests | Catalog Task Number
which gets me this
^^ this is what I want, but if there are multiple records in only returns the first one. How can I get it to return multiple?
doesn't look like there is an option?