Hey guys! Im new to Make and im running into some problems when publishing my slackposts based on airtable form responses.
What i want to to is only post the fields with the value in slack, when its a certain value in the airtable form.
Eg: i have a simple yes or no servey with 10 questions, but i only want to post all of the no questions. Is there a way to do that?
Looks like you’ll need to Iterate (Iterator module) through the array of answers, and use a filter to only allow the no responses, before aggregating to text (Text Aggregator).
Links
Here are some useful links and guides to help you get started and learn more on how to use the Make platform, apps, and app modules —
Thank you for your reply!
Unfortunately i dont really understand how i can filter with the Iterator, because its not giving me specific values. Sadly i cant find any solution in the links provided.