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.