Challenge link: https://trailhead.salesforce.com/content/learn/modules/external-services/use-external-services-in-a-flow?trail_id=force_com_admin_intermediate
I have read everything I can about this error but still cannot resolve the following error:
We can't find the correct settings in the 'Does Bank Account Exist?' decision. Make sure it was created according to the requirements, including the field and values references, resources, logic and conditions on the new outcome 'Bank Account Exists' and the default outcome 'Account Does Not Exist'.
To complicate matters, there are appears to be more than 1 Trailhead challenge with this name.
hey @Rachael Colley,
1.I just checked my 'Does Bank Account Exist' decision, it's the same, make sure
the resource is apex-defined one.
2.for your "Not Added Msg" screen, could u try to rename it to "Account Not Added Msg", and also make sure the the API name is "Account_Not_Added_Msg" => this might be the rootcause for ur case.
3.for the 'accountTypeField', pls check "Update Salesforce User Record" update record element, the account type shall be specified there.