Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Default variable not populating to HR Case Description

Rylie Markle
Tera Contributor

I have a variable on my record producer that I want to default to the current logged in user's name. I have it set up to default, but I can't get it to show in the case description after submission. Is there a way to do this?

 

 

RylieMarkle_0-1677524976504.png

 

RylieMarkle_1-1677525074522.png

 

RylieMarkle_2-1677525119709.png

 

RylieMarkle_3-1677525145187.png

 

 

 

1 ACCEPTED SOLUTION

Hi,

Good question and I'm just pointing to the documentation, but after looking at the actual scripts related to this, it appears that there's just 4 that are ignored: opened_for, priority, short_description, description. So other variable names may actually end up in the description of the case.

AllenAndreas_0-1677539318079.png

 

 


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

View solution in original post

6 REPLIES 6

Hi,

Good question and I'm just pointing to the documentation, but after looking at the actual scripts related to this, it appears that there's just 4 that are ignored: opened_for, priority, short_description, description. So other variable names may actually end up in the description of the case.

AllenAndreas_0-1677539318079.png

 

 


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Ah thank you! I ended up changing the variable to opened_by instead and that worked!