Good morning, I am trying to create a history log array from my main array

Good morning,
I am trying to create a history log array from my main array which only contains few columns out of the main array. I am having issue with the syntax and to create a new row for each index. Is there a function I can use?
MainArray'(
Id_Int:pv!MainArray.I d_Int,
StatusId_Int:pv!MainArray.Status_Int,
StausDesc_Text:pv!MainArray. Status_Text,
ProcessorName_Text:pv!MainArray.processor_Text)
Result:
[LogId_Int=, Id_Int=, StatusId_Int=1, StausDesc_Text=New; New, ProcessorName_Text=; , ]
...

OriginalPostID-133184

OriginalPostID-133184

  Discussion posts and replies are publicly visible