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.

Need some Info/Help on the Skills Table

terrieb
Tera Guru

So we want to add the Skills field to Catalog tasks so mangers can assign to staff based on their current skill level.

 

We like the ones under the Technical Skill level (table: cmn_skill_level) and while I was able to configure that list view to show the main levels, we want to be able to only see the ones under the Technical not the other ones, like Language, etc.

 

terrieb_0-1762543863832.png

 

I don't see a way to create a view that can be saved on this table or filter it out for everyone's use (default)

 

Anyone have a suggestion??

 

18 REPLIES 18

Hi @terrieb , 

Thanks for the details! Before guessing further, please add logging to your Script Action so we can see exactly what you’re getting at each step (inputs, records found, update result).

Also, the likely issue is around line 12, where you assign to skills. The Skills field is a reference list, so you should assign a comma-separated list of sys_ids (i.e., an array you join), not a single value.

Best regards,
Renat Akhmedov

I turned on error handling on the flow - created a new request - still not doing the script action.  I also added to line 12 the word 'Basic" on the Script action.

 

How do I turn on logging to the script action?

Hi @terrieb ,

As mentioned earlier Skill field is list type but from your screenshot it behaves like reference qualifier on flow designer, I don't know why this is happening for you cause it works completely fine for me as shown in my previous reply.

Just few questions from my side, so you check,

1)Can you check if you have just one skill field in your catalog task table, check if there are any duplicates for that field?

2)On flow designer, skill field try typing Basic as input, is it it taking the input ?

 

Regards,

Zakir

Only 1 field on the Task table using Skills

 

terrieb_0-1762975224126.png

Flow Designer will not allow me to input anything when I select that field.