Help with array formulas

Hello everyone, how can i check if a specific array exist in an array ? i tried all the formulas

I want to check if there is an array named “softs” in my array named “options” (in that case its true) and i want to return a booleen value

image

Hey Ray, You can try: if(options.Softs != null, true, false)