Enum "OpportunityStageEnum" cannot represent value: "LOST"

I am unable to view an Opportunities in the app and this is the only error being thrown
5 Replies
Prastoin
Prastoin3w ago
Hello there, please share the error
SoccerGuy14
SoccerGuy14OP3w ago
index-CaDIw7vP.js:5307 useFindManyRecords for "opportunities" error : ApolloError: Enum "OpportunityStageEnum" cannot represent value: "LOST" Enum "OpportunityStageEnum" cannot represent value: "LOST" Enum "OpportunityStageEnum" cannot represent value: "LOST" Enum "OpportunityStageEnum" cannot represent value: "LOST" Enum "OpportunityStageEnum" cannot represent value: "LOST" Enum "OpportunityStageEnum" cannot represent value: "LOST"
thomast
thomast3w ago
@martmull I think you got this issue?
martmull
martmull3w ago
I had to remove the enum value and the view using this enum value to define kanban columns. @charles do you know why it happens?
charles
charles3w ago
what the enum value used in a Filter or Sort? I think we are not updating those in the enum is updated in the Data model

Did you find this page helpful?