Hi Madhu,
You can access your table records / list by their name, for instance, see in the example below the name of my table is TemplateTable :

Then on screen action, you can use the For Each to iterate on that table and insert the record in the Database using the Create CRUD action from your entity, in my case, I'm creating Template so it is the action CreateTemplate:

Hope it helps.
Regards,
João