Script alternative for protocol.GetKeysForValue
26th November 2025
Hi Ryan, There’s no built-in GetKeysForValue() method available in an automation script, but you can achieve this using a small helper method, for example: public ICollection<string> GetKeysForValue(Element element, int tablePid, …