ivan.d
(Ivan Denker)
1
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?
JCorrell
(Jim - The Monday Man)
2
@ivan.d
replace(2.textBody;SMS:;{{emptystring}})
should remove “SMS:” from the update text.
Jim - The Monday Man
Column Magic
- the magical columns toolbox app
1 Like
ivan.d
(Ivan Denker)
3
Thanks Jim! That should do nicely.
1 Like
system
(system)
Closed
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.