How do I unhide a tab from a tab element?

I added a tabbed container to my page, and the container is called main_tabbed_container, and the "tabs" are called "tab1". My 3rd tab is called "Place Order" which is also the key for it. I have this set to be hidden true by default. How do I make it false though? I'm able to navigate to the tab via a button by using an event handler "set current view index to 2" and that works, but I cannot figure out how to unhide it. Based on the state for it, it appears to be {{tabs1.data['2']}} but there doesn't seem to be any functions available after that for setHidden or anything like that.

Use that value ({{tabs1.data['2']}}) and add
.setHidden(false)
A screenshot of what have in Hidden field and other information will help

Hey @lmonroe! Do you still have any questions we can help with? :slight_smile: