Show only filled variables when creating a catalog item in the description

Miguel Ferro
Tera Contributor

Hi guys,
I need some help. As you can see in the picture, I'm entering some catalog variables in the description field.
However, I would like to include in the description field only the variables that were filled in when creating the REQ. The way I've done it, I'm bringing all of them, and I don't want to bring the ones that were not provided.
Can anyone help me?

 

MiguelFerro_0-1729198805944.png

 

4 REPLIES 4

Community Alums
Not applicable

Try using a client script or ui policy to enforce these fields to have these values entered by the user and/ or set a default value so that each variable has a value

 

You could also do this via script in the flow where you populate the description. Instead of dragging the variable pills into the description you can use script it to populate. There you can check if you have variables empty or not and populate the description adequately. 

Thanks for your reply.

Do you have any example of how I can do it ?

Thanks

Thanks for your reply.

Do you have any example of how I can do it ?

Thanks

Miguel Ferro
Tera Contributor

up