Detect if x position in list equals a string.

So I'm trying to figure out, how to detect if the player's held item has the 3rd field in the custom model data strings component is a specific string. (I just want to detect if SelectedItem.components.custom_model_Data.strings[3] == "MyString") I just can't figure this out, and I'm not even sure if it is possible
Continue to help post