IF Statements in SlackPost - idea to make this smarter

Hey guys a newbie here,

im currently trying something to only post certain values in a slackpost if they have a NO Value in Airtable. Doing that with Iterator / Aggregator didnt worked for me, so i figured this setup out.

2024-02-12_23h35_06

It works, but is not the best, as its outputting something like this sometimes.

2024-02-12_23h37_13

Is there a smarter way to do this?
Thanks!

Remove the newlines and spaces between the if brackets. Add the newline variable {{newline}} inside of each of the if statements true value.

if(variable="NO"; "some text" + newline; )

4 Likes