Forum Discussion
nativeBasic
2 years agoNew Contributor III
Hello,
There are a few ways to achieve this. As objects you can merge:
$.merge({Date: '12/10/23'})
Or
Grouped into an Array you can map only the second row into all fields:
Or
Hope it helps!