Trigger Make on *some* Board updates?

I have Make set to “Watch Board’s Updates” and then send the text of the update as an SMS.

I want to choose which udates get sent, so I’m filtering for those that include “SMS:”

But in Make, I don’t appear to be able to replace that trigger string, “SMS:”, with nothing/null.

Any tips for a better way to selectively trigger the SMS sending without leaving added text inside my outgoing messages?

@ivan.d

replace(2.textBody;SMS:;{{emptystring}}) should remove “SMS:” from the update text.


Jim - The Monday Man
:magic_wand: Column Magic :sparkles:- the magical columns toolbox app

1 Like

Thanks Jim! That should do nicely.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.