Hi @StevenMoore
In fact, I have posted on Patch before and recently, again, to look for shortcut to Patch in Batch. You can search my solution under hpkeong.
Anyway, I share again the method which 100% work but I don;t like due to extra work.
e.g.:
ForAll(Gallery1_1.AllItems, Patch(DS1, Defaults(DS1), {FiedTitle1: Label1.Text, FieldTitle2: Label2Text, FieldTitle3: Label3.Text}))
where,
FiedTitle1: Label1.Text ... means you must have inserted Label1, Label2, ...into the gallery.
and make the Gallery Invisible (as I don;t want view because I use for Batch Patch only).
Note:
If you are using Collect to collect all InputText into a collection, after several input,
you can use Patch(DS, CollectionTable) easily.
I am still finding out the main reason why both has different results with Michael.
Please use the first method to get it done and once I get the second one done, i will share again.
Hope this helps.