Aggregating Array Values into a Slack Message

:bullseye: What is your goal?

Send a Slack message containing the values of a fields sets that are retrived in a collection of collections

:thinking: What is the problem & what have you tried?

I have not been able to aggregate the output fields into one bundle that allows me to store values and map the values into different sections of my desired Slack message

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

Custom Fields to Slack Blue Print.json (12.2 KB)

Hey Harrison,

custom_field_values is a collection, not an array. You don’t need to iterate it, you can just map the values from it directly.