I need help with a power apps form that is linked to my SHP list. I need that according to the mails that are stored in the Editors list of my ListA, certain fields are edit or read only.
From what I researched I need to apply in DisplyMode the following configuration:
If(
User().Email in UserListWithEdit,
DisplayMode.Edit,
DisplayMode.View
)
But when I want to create as collection ListaDeUsuariosConEdicion I have problems because it does not recognize in the ONSTART the Collect nor the ClearColeect it tells me that a +, * or & operator was expected and the name ListaDeUsuariosConEdicion marks it as name not recognized. Someone is so kind to help me please.
Thanks for taking the time to read.
Ana