Create asset from Excel

I have a Excel which has one sheet name Asset.
This sheet has 2 columns.

1st Column - Name
2nd Column - Value

I want to create these Assets in orchestrator automatically using automation.
As there are more number of assets which takes much manual effort time.

Can we do that.
Please help.

Hi there @ravig1206,
That is an excellent question.

You should be able to read the workbook as you would normally, then make use of the Orchestrator APIs to create the necessary Assets.

Information on how to leverage these can be found in the below:

Keep in mind it would be worth changing your workbook to include the following columns:

  • ValueScope
  • ValueType

Thanks in advance,
Josh