When I use my application on a phone with 4G, its works very slowly.
On the network it's better.
How can I improve this ?
I have lists microsoft with over 200 data in each list and I use a collection to collect the checked boxes in my application.
I use this code to collect each data :
This code below it's for "on select" function of check box :
If(
ThisItem.Id in SFValideAuditEnCours;
Remove(SFValideAuditEnCours; {SFId: ThisItem.Id});
Collect(SFValideAuditEnCours; {SFId: ThisItem.Id})
)
SFValideAuditEnCours is patch with a button "register" in a skill matrix list (with name and line of production)
In my "Register button" I have this code :
How can I modify this code with your last suggestion ?
I use clear collect in the button register. Is not a good way if I understand well ?
Another question : if I use DATAVERSE instead of List Microsoft, can I reuse the same power apps ?
Thanks so much for your answer
Regards,
Julie BATAILLE