Hello everyone!
I'm having a problem sending 55 records from Power Apps to Sharepoint using the ForAll + Patch function.With few records the formula was working but for many it wasn't.I'm using Power Apps in Portuguese so if you want to replicate the code, change it; by , and ;; per ;.
ForAll(GalSimula.AllItems;
Patch(Item_Simula;{
Linha:dpLP.Selected.Value;
LB:Value(lLB.Text);
SKU: Value(lSKU.Text);
Descricao:IDescrição.Text;
Qtd:Value(lQTD.Text);
PesoBR:If(ModElu.Selected.Value="Construção Civil"; Value(iPeso.Text);0);
CTFix:Value(lCTFix.Text);
CTVar:Value(lCTvar.Text);
Premio:Value(lPremio.Text);
LME:If(ModElu.Selected.Value<>"Construção Civil";Value(lLME.Text);0);
CM:Value(lCM.Text);
OCIO:Value(lOcio.Text);
BF:If(CanalElu.Text="MI";0; Value(lPremio.Text + lLME.Text) * 0,001);
RULE:Value(IRule.Text/100)
;Simulacao:{Id:VarPatch.ID;Value:VarPatch.Simulacao}
})
);;
Thank you all
Hi @Silva_BR,
Perhaps try patching your entire collection in one go instead of forall?
https://matthewdevaney.com/patch-multiple-records-in-power-apps-10x-faster/
Hi,
thanks for the suggestion but in my case it doesn't work, since I need to send new records and not update.
And the problem is that few records are updated and larger amounts are not. But thanks for taking the time and I'll use it later to update.
Hi @Silva_BR,
When your larger (55) sized collection, are you getting any of the records written to sharepoint, or do none of them get written?
User | Count |
---|---|
255 | |
114 | |
95 | |
48 | |
38 |