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
WendyShoef
7 years agoQrew Cadet
So you can't write a new value to the variable using a function? You need to declare a new variable on each line?