Hello World,
first im impressed by this board!
So my issue is that i want to change the FormMode based on a current logged in User which is or is not in a collection from a Office365 Group.
My Office365 Collection: ITSupportDE
My CurrentUser Collection: DataUsername
My Form which should be in FormMode.View or FormMode.Edit: IncCreatorRightPanel
I tried with different formulas but no success.
If(DataUsername in ITSupportDE, FormMode.Edit, FormMode.View)
If(First(DataUsername).Value in ITSupportDE, FormMode.Edit, FormMode.View)
but i got always the following Errorcode: invalid schema, expected a one-column table.
i appreciate any help,
best regards,
Tarik