Skip to content
JimTheMondayMan
JimTheMondayMan
@jimthemondayman
Active Member
Joined: Aug 4, 2025
Topics: 0 / Replies: 7
Reply
RE: Troubleshooting If-statement with Airtable data in Text aggregator

Glad I could assist! Jim - The Monday Man (YouTube Channel)We Create Custom SolutionsSchedule a 1-on-1 Tutorial Session

3 years ago
Forum
Reply
RE: Troubleshooting If-statement with Airtable data in Text aggregator

I'm uncertain about the specific change. However, if you now simply remove "123" and "ABC", it should function correctly.

3 years ago
Forum
Reply
RE: Troubleshooting If-statement with Airtable data in Text aggregator

At this point, I would verify that Season is indeed empty. Please try this: {{if(length(1.Season) > 0; "123" + 1.Season + "<br>";...

3 years ago
Forum
Reply
RE: Troubleshooting If-statement with Airtable data in Text aggregator

Can you provide an example output when the Season is null versus when it is not null?

3 years ago
Forum
Reply
RE: Troubleshooting If-statement with Airtable data in Text aggregator

It appears you typed the text rather than using copy-paste. The “!=” operator, which signifies "not equal to," should appear in green. You can selec...

3 years ago
Forum
Reply
RE: Troubleshooting If-statement with Airtable data in Text aggregator

Try this:{{if(1.Note != ""; 1.Note + "<br>"; "") }} Jim - The Monday Man (YouTube Channel)Watch Our Latest Video: Creating monday su...

3 years ago
Forum
Reply
RE: Combining two data sources into a single database

More details would be beneficial. However, my general strategy would involve setting up two distinct scenarios, one for each webhook. Upon activatio...

3 years ago
Forum