Question on dynamically showing buttons

In my form I have 3 buttons that will show only if a product is selected but when I unselect the product, the buttons are still showing. When it first loads the buttons don't appear, I use the same isnull() within the validations in my grid to make sure that you can't press the buttons without a row selected, that part works.

The if statement around my buttons
if(isnull(local!gridSelection.selected),{},{buttons})

Unless I'm not coding it correctly, please advise.

OriginalPostID-187724

OriginalPostID-187724

  Discussion posts and replies are publicly visible