We use person accounts through Education Cloud. I need to update the Type field on the Account object, but all I have is the Contact ID.
1) Any ideas if it's possible through just an import? I've tried with every variation I can think of, but I just don't think the Contact ID is enough to tie it to the Account for an import.
2) I've made a hidden field on the contact record and tried creating a flow to update the Type field anytime the hidden field is updated (we'll just update the hidden field through an import). For some reason, it's not working!
Does anybody have any history of what has worked for them in a situation like this? Thank you in advance!
#Flow #Person Accounts #Education Cloud #EducationThere are 2 options:
1. Import your contacts and export those contacts including the the accountId and Type column. Now you can update the Type field because the accountId is available in the sheet.
2. You can implement an automation flow that if a contact is added (On insert/update) check if the hidden field is not blank. Update the Account where id = contact.AccountId.
Hope that helps. Thanks
