Oct 16 2022 10:36 PM
Hi All,
I am trying to look if a conditional formatting for a button on a SharePoint list is available. The current SharePoint list that I am working on has a column that contains button wherein this button when clicked will update the row and put an entry on another field. The button should only appear if the entry on the field for that row is null. I want the button hidden whenever the field entry is not null.
Thank you!
Oct 17 2022 12:31 AM
Solution@francis2324 in the style section of your JSON -formatted button, set the visibility as shown below:
Rob
Oct 17 2022 12:40 AM - edited Oct 17 2022 12:42 AM
This is what I need. Thank you!