Spreadsheet component "sheet exists"

Hi, is there a possible way to check if a specific sheet named "sheet2" exists? I'm using a spreadsheet component using an API. Thanks!

which component / which API?

In your other similar topic, @ewpatton acknowledged that there was no feature to work with individual sheets inside a spreadsheet.

It is possible to do what you want with google apps script.

I use the ErrorOccurred block and look for the text "already exists" to determine. It's trial and error with some aspects of google sheets

One bonus is that it seems to ignore case, so Word is the same as worD, or WORD or wOrd as names for sheets