The problem is in the way you put multiple values in the field Tags. You need to use one of the rules:
-
Field: [Object1, Object2, Object3]
Tags: [[[Stanford University]], [[Completed]], [[Swift]], [[SwiftUI]], [[Coding]], [[Course]]]
or
-
Field:
- Object1
- Object2
- Object3
Tags:
- [[Stanford University]]
- [[Completed]]
- [[Swift]]
- [[SwiftUI]]
- [[Coding]]
- [[Course]]