Is there a suggested size of lookup that would be the maximum size of a lookup that should be used for an automatic lookup?
Such as if your lookup exceeds more than x rows it would best not to use with an automatic lookup?
I'm not sure there are best practices around automatic lookups. There are some for lookups in general, however. Monitor lookup size (in bytes) to make sure they don't cause the knowledge bundle to become too large (2GB). Large lookups should be blocked from the bundle or converted to KVStore.
Thanks Rich! Is it a bad practice to use a KVStore for automatic lookups since they can get very large?
I wouldn't say that at all. One of the features of KVStore is to replace large lookup files.