Create Item via button

We have pnp.sp.web.lists.getByTitle(' Workflow2013List ').items.select(' Title ').getById(fd.itemId).get() to retrieve items via a list name and Id, is there a similar function available to create an item in a list specifying which fields and what they should have in them?

We would like to put this in a button that would take elements from the current form and then create a new item.

Thanking you in advance!

Hello @Jamal_Smith-Graham,

Yes, you can do it with pnp.sp.web.lists.getbytitle( ).items.add

Please find more information here:
https://pnp.github.io/pnpjs/sp/docs/items/

Also, you can find the code example in this post: