Inputs on catalog item

{
“hostName”: “<%=customOptions.Servername %>”,
“backup”: {

This does not put the server in when goes to provisioning . What is the correct format ?

Hello @cna,

I hope you are well! The format you are using looks correct. I’d verify your field name on the input matches the field name after customOptions. I see there is a capital letter in this example, case will matter, if it is not exact.

Also, note that hostName will set the name for the server and in the OS. For the instance, you should set the name field also, if that is your intention. As well, you can also use naming variables, so the users don’t need to enter anything for the name.

Here are some documentation links that might help:

@cna After correcting the customOptions variable for the instance name in your catalog config, this should resolve.