I am trying to set the value from flow designer script but it is not working
I am trying to set the subcategory value from the flow but it is not working(function execute(inputs, outputs) { var dbType = fd_data._1__get_catalog_variables.database_type; var subCategory = ""; if (dbType == "cmdb_ci_db_mssql_database") ...