Hi Planning Experts,
I am on version 11.1.2.4.0.79 version of Hyperion Planning. I am trying to create a business rule to enter a text value in a run time prompt. The run time variable is of string data type as shown below:

and the account i am trying to input is of text data type.

Following is the Business Rule
"Project Template Name"(
IF ( validProj == 1 )
"Project Template Name" = {rtpProjectTempName};
ENDIF
)
However, I am getting following error:

Any idea, how can i enter a text value into a text data type account in run time prompt business rule? Any help would be very much appreciated!
Thanks,
Pete`