JOINFIELD OF ACCOUNT COUNTRY
I am wondering how could I pull out the "Account Address Country" in my workflow for Lead object.
I am currently using this joinfield: JoinFieldValue('<Account>',[<AccountId>],'<Location>')="Iraq" and it is working. However, I wanted to get the Country, and not the Location, of the Account.
I tried using JoinFieldValue('<Account>',[<AccountId>],'<AccountCountry>')="Iraq" but gave me "SBL-DAT-0042" Account_OCCAM error.
Please help as this Account Country is better to pull (rather than Location) in our process.
Regards,
Henry