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.

How can AI Agent perform report action

abirakundu23
Giga Sage

Hi All,

I am doing poc of below requirement:

1. The AI Agent is able to reads the "checker" field from each catalog item and based on the field value, the AI Agent determines a Pass or Fail result in the "Result" column.

2. The report should run every time a catalog item is published.
Report include details like:

    • Catalog Item Name
    • Catalog Item Owner
    • AI Agent Result (Pass/Fail)
    • Category
    • Result


      For Point 2, I have created report on "sc_cat_item" table with the following columns like Catalog Item Name, Catalog Item Owner, Category, Result etc. 
      For Point 1, how can I implement any guide line ?
2 REPLIES 2

rpriyadarshy
Giga Guru

@abirakundu23 

 

 The AI Agent is able to reads the "checker" field from each catalog item and based on the field value, the AI Agent determines a Pass or Fail result in the "Result" column.--->

AI Agent reads the Catalog Item based on FLAG

 

Can you explain this Maths/Logic or Calculation to do a PASS /FAIL  on a Given Catalog Item?

 

Regards

RP

abirakundu23
Giga Sage

Hi @rpriyadarshy ,
Thanks for your update !