Saving list of records

How can we update a list of records in a database without using activity?

@SUGADEVP16770103 saving list of records without using activity is not possible. There is an approach but not suggested. You can loop the records in data transform, set it to savable data page and call savedatapage function inside the loop.

Best approach is to use savable data page and save type as activity.

@Anoop Krishna Thank you for your reply Sir

@SUGADEVP16770103 please accept the solution.