AND(
ISNEW(),
ISPICKVAL([Opportunity].RevenueType__c,"POC (Project on % of Completion)"))
2 个回答
Eric Praud (Activ8 Solar Energies) Forum Ambassador
Hi Kim,
First, if that's the only criteria in the process builder, you could click on the very first box (the one that says "Opportunity") and change it to trigger on creation only.
Otherwise, using ISNEW() is correct, however, can you make sure "POC (Project on % of Completion)" is the API name of the value, not its label.