I have a table with a key value pair
Table(
{
MenuName: "Testing1"
}
)
I am trying to enter ThisItem.MenuName into the tooltip of my button inside a gallery but it wont allow me.

Any possible solution or workarounds?? I have also tried Text(ThisItem.MenuName)