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
Prastoin2mo ago
Hello there, please share the error
SoccerGuy14
SoccerGuy14OP2mo 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
thomast2mo ago
@martmull I think you got this issue?
martmull
martmull2mo 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
charles2mo 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?