Identify Specific Custom Object Data with Repeated Fields
Hello,
We have set up a custom object (account) containing multiple fields (account type, open date, balance, etc.). I need to pull the data of specific account types listed in the custom fields, however, each person record can have multiple accounts, all different types.
For example:
Custom Object: Account
Custom Field: Account type = 1
Custom Field: Open Date = 5/1/2021
Custom Object: Account
Custom Field: Account type = 2
Custom Field: Open Date = 5/1/2000
Custom Object: Account
Custom Field: Account type = 3
Custom Field: Open Date = 5/1/1998
How do I pull the open date for Account type 3 only, using a token in an email?