Skip to main content
12 个回答
  1. 2021年10月29日 10:04

    Oh ok i understand your mistake. 

    VALID or INVALID descision elements are just name of decisions element it doesn't represent a value. you can't assign it like that. A decision element always return true or false. 

    IF VALID Decision is ok -> true, if not -> false

    IF INVALID Decision is ok -> true, if not -> false etc

     

    You can simply write the value in your update statement.

     

    Field                                  Value

    Lead_Status1__c            VALID

     

    but don't select decision element, just write VALID       

0/9000