You need to sign in to do that
Don't have an account?

Wave Analytics Error "Invalid schema: Error, Invalid key name: %!(EXTRA string=WhatId(Account).Name)"
Hello all,
I'm trying to run the Dataflow and getting this error:
Error executing node 133: Invalid schema: Error, Invalid key name: %!(EXTRA string=WhatId(Account).Name) (02K32000000CdmREAS_03C32000000TNDQEA4)
I can't find a knowledge article on this particular error.
Can anybody speak to this?
Thanks in advance.
I'm trying to run the Dataflow and getting this error:
Error executing node 133: Invalid schema: Error, Invalid key name: %!(EXTRA string=WhatId(Account).Name) (02K32000000CdmREAS_03C32000000TNDQEA4)
I can't find a knowledge article on this particular error.
Can anybody speak to this?
Thanks in advance.
Did you find a resolution for this? I am getting a similar error.
"Augment_Contact_Territory": {
"action": "augment",
"parameters": {
"right_key": [
"Cost_Counter__c"
],
"left": "Augment_Account_Record_Type",
"left_key": [
"Primary_Cost_Counter__c"
],
"right_select": [
"Channel__c",
"Cost_Counter__c"
],
"right": "Augment_Territory_User_CD",
"relationship": "Contact_Territory", ***THIS IS WHERE I REMOVED THE SPACE BETWEEN THE TWO WORDS***
"operation": "LookupSingleValue"
}
},