Hey, is there a way to use a formula to make a button visible on view but not edit please?
I already have an 'IF' formula dictating whether it shows up or not based on the value of another field, but is there a way to also hide it on edit regardless? This is my current formula on visible:
If(DataCardValue2.Selected.Value="Shareable",true,false)