Hello,
I am trying to make a field required based on another field and not having any success.
Formula that does not work:
If('Is this PO for a Vendor or Subcontractor?'.Selected.Value = "Vendor",true,false)
Is this PO for a Vendor or Subcontractor?: the data card of previous field
Vendor: the selection of the data card identified above.
Please help!