Skip to main content

workflow has below criteria rule of formula type : 

OR ( ISNEW() , ISCHANGED( Description ) )

 

when i try to migrate this WF rule it gives me an error of  saying : We can’t migrate this workflow rule because it contains an unsupported formula..

But according to https://admin.salesforce.com/blog/2021/go-with-the-flow-whats-happening-with-workflow-rules-and-process-builder,

 

"Flow formulas support ISCHANGED(), ISNEW(), and PRIORVALUE()" 

 

I am little confuse. 

 

Thanks In advance

Automation To Flow (Beta)

 

Regards,

Amit P. 

5 respostas
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    6 de abr. de 2022, 12:32

    ISNEW() cannot be added to an entry criteria as such, it can be added to a condition after the entry criteria though.

    If you create a before trigger flow, you can mimic it by going with:

    Id - Is null - $GlobalConstant.Fasle, but the migration tool will not do that for you

0/9000