We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following error is logged in the API Services Portal when trying to sync data from the Feeder:
2024-12-12 23:20:13 info: [batch.worker] [Dataset] [703] keys triggering update ["contacts","resources"] 2024-12-12 23:20:13 error: [ks.batch] [update] FAILED {"errors":[{"message":"Variable \"$data\" got invalid value [{ displayed: [Array], email: \"[email protected]\", name: \"Niel Li\", org: \"e0abc95e-b3f1-4c84-abc5-cddd817e0ea1\", role: \"businessExpert\" }, { displayed: [], email: \"[email protected]\", name: \"Priyanka Alexander\", org: \"e0abc95e-b3f1-4c84-abc5-cddd817e0ea1\", role: \"businessExpert\" }] at \"data.contacts\"; String cannot represent a non string value: [{ displayed: [Array], email: \"[email protected]\", name: \"Niel Li\", org: \"e0abc95e-b3f1-4c84-abc5-cddd817e0ea1\", role: \"businessExpert\" }, { displayed: [], email: \"[email protected]\", name: \"Priyanka Alexander\", org: \"e0abc95e-b3f1-4c84-abc5-cddd817e0ea1\", role: \"businessExpert\" }]"}]}
2024-12-12 23:20:13 info: [batch.worker] [Dataset] [703] keys triggering update ["contacts","resources"]
2024-12-12 23:20:13 error: [ks.batch] [update] FAILED {"errors":[{"message":"Variable \"$data\" got invalid value [{ displayed: [Array], email: \"[email protected]\", name: \"Niel Li\", org: \"e0abc95e-b3f1-4c84-abc5-cddd817e0ea1\", role: \"businessExpert\" }, { displayed: [], email: \"[email protected]\", name: \"Priyanka Alexander\", org: \"e0abc95e-b3f1-4c84-abc5-cddd817e0ea1\", role: \"businessExpert\" }] at \"data.contacts\"; String cannot represent a non string value: [{ displayed: [Array], email: \"[email protected]\", name: \"Niel Li\", org: \"e0abc95e-b3f1-4c84-abc5-cddd817e0ea1\", role: \"businessExpert\" }, { displayed: [], email: \"[email protected]\", name: \"Priyanka Alexander\", org: \"e0abc95e-b3f1-4c84-abc5-cddd817e0ea1\", role: \"businessExpert\" }]"}]}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following error is logged in the API Services Portal when trying to sync data from the Feeder:
2024-12-12 23:20:13 info: [batch.worker] [Dataset] [703] keys triggering update ["contacts","resources"]
2024-12-12 23:20:13 error: [ks.batch] [update] FAILED {"errors":[{"message":"Variable \"$data\" got invalid value [{ displayed: [Array], email: \"[email protected]\", name: \"Niel Li\", org: \"e0abc95e-b3f1-4c84-abc5-cddd817e0ea1\", role: \"businessExpert\" }, { displayed: [], email: \"[email protected]\", name: \"Priyanka Alexander\", org: \"e0abc95e-b3f1-4c84-abc5-cddd817e0ea1\", role: \"businessExpert\" }] at \"data.contacts\"; String cannot represent a non string value: [{ displayed: [Array], email: \"[email protected]\", name: \"Niel Li\", org: \"e0abc95e-b3f1-4c84-abc5-cddd817e0ea1\", role: \"businessExpert\" }, { displayed: [], email: \"[email protected]\", name: \"Priyanka Alexander\", org: \"e0abc95e-b3f1-4c84-abc5-cddd817e0ea1\", role: \"businessExpert\" }]"}]}
The text was updated successfully, but these errors were encountered: