If it is a "multipleBindingMatches" warning, then it means that the variable(s) binding for that particular target is returning multiple points that match that filter. By default, system picks up the first available result out of the list of sorted matches. To resolve this, make sure to edit the binding for this variable if you wish to have a more accurate match.

Example The "random point" variable below has a binding of "equipRef == $id" which resolves to multiple points. In this case, this would return all the points on that target. We need to update that binding to return a specific point we want to reference. It can be something this to include the navName of that point so that it is specific: "equipRef == $id and navName=="Random Point"". We can also include tags instead that are found on that point such as: "equipRef == $id and air and discharge and damper". It can be anything you like, just need to make sure it resolves to one point not multiple.