hi team,
none of the solutions seem to work for me - im trying to get around the lack of the required fields when using patch , i have 2 if statements for one button which ive had to make 2 buttons for because i cant get it right.
DataCardValue156.Selected.Value - this will either have vendor or self - written in it and depending on whats picked different fields populate
If(DataCardValue156.Selected.Value = "Vendor" & IsBlank(DataCardValue206.SelectedDate)||IsBlank(DataCardValue227.Text)||IsEmpty(DataCardValue228.Attachments),DisplayMode.Disabled,DisplayMode.Edit)
OR
If(DataCardValue156.Selected.Value = "Self" & IsBlank(DataCardValue156.Selected.Value)||IsBlank(DataCardValue155.Selected),DisplayMode.Disabled,DisplayMode.Edit)
i want the display mode to be disabled until the required boxes have values in which has different boxes depending on the selection .
im sure im missing something simple