@Dive1 ,
From what you have posted, it would be something like this
Patch(
OpportunitesVTest2000;
ForAll(
Sequence(2000);
{
Secteur: {Value: "Lamballe"};
'Date Création': Today();
Com:
{
'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Claims: "i:0#.f|membership|" & Lower(User().Email),
Department: "",
DisplayName: User().FullName,
Email: Lower(User().Email),
JobTitle: "",
Picture: ""
},
Etat: {Value: "En Cours"};
Société: "Soc1";
'Nom client': "ClientTest";
'Ville client': "VilleTest";
Type_Mat: "RG500";
Montant: 200;
'%Réussite': {Value: "80"};
Commentaire: "test";
'Date de relance': Today();
'Marque reprise': {Value: "SANS REPRISE"};
}
)
)
If there are any errors, please first read my blog on Controls and their outputs. Your original post was Hello I would like if this is possible to generate 2000 data line in Microsoft Lists for testing my app and see if it's still work well. it is possible ? - you need to understand your control references, so please try and investigate errors and note what you have found and done.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps