RE: How to auto populate field based on entity lookup?
To confirm, I am on the Account Type field in the editor, and the data type is the same as the Account Type field in the Account entity. The data type is Option Set. I found an alternative solution though, but haven't solved my ultimate dilemma. I just changed the data type to Single Line of Text, and then was able to auto-populate that field in the workflow editor with the Account Type from the Account entity.
My larger problem is that I am trying to set up a custom View in the Phone Calls entity, and I want the calls to be filtered based on what type of Account Type is selected in the Account entity. The Phone Calls entity pulls in either an Account or Contact. Now the Account entity and Contact entity both have the same Account Type, and I need to add filter criteria to my custom view that says pull in this phone call if the Account or Contact associated with equals Account Type 1, Account Type 2, Account Type 3, or Account Type 4. I thought I could group the Account and Contact options together in the filter criter editor, but it looks like I can't?