Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
Joey,
Nice to hear from you.
Not tested but try this.
var text RawText = [my text field];
var text InsertPipe = SearchAndReplace($RawText, "The information contained in this message is privileged","|");
NotRight($InsertPipe,"|")
Nice to hear from you.
Not tested but try this.
var text RawText = [my text field];
var text InsertPipe = SearchAndReplace($RawText, "The information contained in this message is privileged","|");
NotRight($InsertPipe,"|")
AlexCertificati
7 years agoQrew Cadet
Always fun to see use cases in the wild for tools that were only recently implemented. Sweet.