Dataset Animal breeds

Hello,

In my schema I have a field called Breed that uses the column type ‘Dataset column’. The dataset contains breeds of cats and dogs. I have another column type “type”, Custom list, ‘DOG’,‘CAT’. Is there a way I can set mockaroo to set the breed based on “type”?

For example, if a record is set to dog the breed would be set to ‘Husky’. If its set to cat then “Bengal”

Nevermind! I figured it out.

I created a new field called types and used the formula option.
formula : from_dataset(‘Breeds’, ‘fldTypeName’, fldItem: breed)