Adding data to the new Ontology object

I’m trying to create a new ontology object that includes the following properties: number, name, and startDate. The ontology will be empty upon creation.

In Workshop, I want the user to enter this information manually through a form, and then submit it so the data gets written to the newly created ontology object.

I’ve successfully created the ontology object, but I’m having trouble finding the appropriate form widgets or setup in Workshop that would allow the user to input data and submit it to the ontology.

Is this possible to achieve in Workshop? And if so, could you guide me on how to set it up correctly?

Absolutely!

If you create an action to create a new object with this information, you can use the inline action form widget to do this.

Alternatively, if you want more control over the layout, you can have a button submit the same action, but instead of implementing the inline action form, you create the input fields yourself and pass these variables as default parameters.

Here’s a step-by-step instruction on how to do it.