Request body parameter: Name-value pairs of the variables of the producer record to define. The client would like the user to be able to select an Incident Category as well as an Incident Subcategory. Record Producer collects all the data a human would have asked to start the work. ServiceNow techie since 2010 Visit profile Archive May 2022 21; April 2022 19; March 2022 14; February 2022 24; January 2022 11 . Using Input Variables | ServiceNow Developers Now that the record producer is set up the way we want, we need to add script logic that will tell the record producer how to create the records. choices from the Incident Category field). http://wiki.servicenow.com/index.php?title=Creating_Reports Adding Actions to a Flow | ServiceNow Developers Use existing choices for a variable, don't duplicate them To learn more about the cookies we use and how you can change your preferences, please read our . Data type: String. If a record producer directly maps a variable to a field in a table, the encryption rule automatically maps the variable to the correct field. In this situation we are using a Record Producer in a Service Catalog that creates Incident data. Here is the Category Variable configuration: any suggestions please.. how to pull variables data onto the report. # install requests package for python import requests # set the request parameters url = 'https://instance.servicenow.com/api/sn_sc/v1/servicecatalog/cart/1f4cc597db21120064301150f0b8f5fc' # set the user credentials user = 'username' pwd = 'password' # make the http request response = requests.delete (url, auth= (user, pwd), headers=headers) … Configure an appointment booking record producer Once you have your variables generated, you can preview your record producer and get it the way you want using catalog client scripts and UI policies. Discover our innovative and intuitive UI experience called Next Experience. Product Documentation | ServiceNow Version of the endpoint to access. Remote record producers in Service Bridge