Saving Each Array Value to Speific column rows

Hi,
Is there a way to save each values in an array to each rows from a specific column of a CDT other than using apply to loop a!save for each row?

i.e
===saveIntoAllRow===
a!save(ri!cdt[ri!index].columnName,ri!value)

apply(rule!saveIntoAllRow(ri!cdt,_,_),merge(1+enumerate(count(ri!array),ri!array)))

Thanks.

OriginalPostID-250013

  Discussion posts and replies are publicly visible