Solved
Index Record Type
How to index values from Record Type.
For Example:

how to index location from this
How to index values from Record Type.
For Example:

how to index location from this
record types are indexed using square brackets
first way - index(local!allUsers, recordType!yourRecordName.fields.yourField, {})
second way - local!allUsers[recordType!yourRecordName.fields.yourField]
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.