EveryImageLocation count

Hello I’m trying to count EveryImageLocation and take the 2nd find to do the following:

If EveryImageLocation = 2 then
log “The Additional location displayed”
else
logwarning “The Additional location is not displayed”
End If

If the number of items of EveryImageLocation(imageName: “…”) = 2 then

2 Likes