cancel
Showing results for 
Search instead for 
Did you mean: 

Need to create multiple entries in Custom Business Object Table

0 Kudos
494

Hi Experts,

We know that we can create, update, delete Single entry in Custom Business Object table.

But also we need an option to create multiple entries.

Please suggest the best way to achieve it.

Thanks,

Lingaraj

Accepted Solutions (1)

Accepted Solutions (1)

MartyMcCormick
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

To my knowledge, the only method available right now is to load in your entries via API. You can use Microsoft VBA to upload the entries (blog) or you can create a simple Postman $batch payload to POST all of the entries at once.

Thanks,
Marty

Answers (1)

Answers (1)

0 Kudos

Thanks Marty. This helped me.