Hello;
# Q1 : How is it possible to verify if an e-mail (String) is in my array UserAdmin ?
The array :
Set(UserAdmin;["XYZ@microdk.onmicrosoft.com";"Test@microdk.onmicrosoft.com"])
# Q2 : How is it possible to refresh a list after a modification ?
My code verify if a checkbok is check in a gallery with items, and if it checked the item's property is modified
The code on OnSelect of a button :
ForAll(
Filter(BrowseGallery1.AllItems; Checkbox2.Value = true);
Patch('List1'; { ID: ID }; { Status_Request: { Value: "Approved" }}))
//Refrech('List1')
Thank you for your help ! 🙂