How do I create multiple SharePoint Online list items?

My question: How do I create multiple SharePoint Online list items?

Details (like screenshots): I want to create multiple list items at one request. Here is the screenshot of one record of the list.


I want to add more than one records at one go. Is it possible?

The request I am using is Post.
https://example.sharepoint.com/sites/Example/_api/web/lists/getbytitle(‘Example’)/items

Could anyone help me with this?

Hi @payload-astronomer-6

I think one option you have here is the “run” the collection and use a CSV file to feed in values, you would be able to iterate multiple times.

Further reading on the above suggestion…