Hi,
As an example, I have 2 fields as Field A & Field B. Record a value for field A is required and field B is optional. When open the edit form, need to enable edit the Field A if only Field B is blank. If the Field B also has a value Field A cannot be edit.
Can you suggest me how will be the IF function for display mode of Field A? Field B is a people/group column in sharepoint.
I tried using following and it's not worked.
For field A, display mode
If(IsBlank(DataCardValue8.SelectedItems),DisplayMode.Edit,DisplayMode.View)

Report
All responses (
Answers (