Hi,
I'm trying to put data from a gallery to an excel table on onedrive. I made a template with columns, but when I try to patch or collect it will only fill the first row. If I make a table with multiple rows it puts the whole gallery next after the last row(empty).
using Collect(MDOverzicht;myCollection) and
ForAll(
myCollection;
Patch(
MDOverzicht;
Defaults(MDOverzicht); { Order: Order } // or {Order: myCollection[@Order]})
)
what am I doing wrong? (hope I made some sense)