Upload Excelsheet

I would like to upload excel sheet from UI and want to perform CRUD operation with database. How it can be possible?

Hello @Mayur_Malviya?

You can upload file using smart action form with a File field. Then you need to handle the way you want to read data (this lib for example read-excel-file - npm) and you perform your CRUD operation (either directly in sequelize or with forest-express-sequelize RecordCreator).

I hope this will help.

Kind regards,
Morgan