Forum Discussion
WendyShoef
7 years agoQrew Cadet
What is wrong with this formula?
var text thisText = [Body];
$thisText = SearchAndReplace( $thisText, "[PC]", [Case - PC Full Name]);
$thisText
var text thisText = [Body];
$thisText = SearchAndReplace( $thisText, "[PC]", [Case - PC Full Name]);
$thisText
QuickBaseCoachD
7 years agoQrew Captain
Sorry, I was being a bit stupid, but also you did not post your error message.
var text thisText = [Body];
var text PCReplace = SearchAndReplace( $thisText, "[PC]", [Case - PC Full Name]);
$PCReplace
var text thisText = [Body];
var text PCReplace = SearchAndReplace( $thisText, "[PC]", [Case - PC Full Name]);
$PCReplace