List data being Overwritten on every single append

Hi,

Im using the Activity append to list where the data to be appended is dynamic and being stored to a temp variable say, dynamic_data. The list append is working but every time on calling the append the entire list is overwritten by the current data in temperaray variable, dynamic_data

dynamic_data = <>
list_data.Append(dynamic_data)

Please help with this query…

Thanks.

@PowerAutomateTeam

Please use add to collection or append to collection activity for adding the data to list

Cheers