Need to know the feasibility to create fields dynamically on Servicenow portal form from Azure

Rashmi19
Tera Contributor

Requirement:

There is a drop down field with 30 options on Marketplace form. On the basis of the selected option, we need to fetch the JSON file from Azure to Servicenow. (Each option having different parameters list to be displayed on form)

  1. Add an option for configuration dropdown {Default or Advanced}After selecting the service, a subsequent github call will be made to retrieve the parameter list.
  2. If default then make a call to Azure
  3. If advanced then make a call to Azure.
  4. Based on the data/json provided by the API response, dynamic free field text boxes will be generated in following syntax
    1. Covert the parameter input “key” = “value”
    2. Key will become the description of the text field
    3. Value become blank and will generate a freeflow text field

Let me know if this idea is technically feasible.

0 REPLIES 0