Skip to main content
Sara Monksfield (RSC) a posé une question dans #Data Management
Hi all.  I have a flow (creates an opportunity) triggered by process builder from a case.  The process builder works until I add in the criteria for the case record type, when it stops working and doesn't produce an error.  I'm using the 18 digit ID ad can't see why it now won't work.

 

This is the process builder:

 

Why is process builder working until I add 18 digit record type?

 

This is the critieria that works, it fires when the account field is populated:

 

User-added image

 

However I need to limit it by Case record type.  I've added the 18 digit code and it doesn't work:

 

User-added image

 

I've realised I've had this problem before and not ever resolved it properly, I've ended up finding non record type ID workarounds instead.  So I'd like to understand what the problem is.

 

Can anyone help please?
5 réponses
  1. 15 janv. 2019, 09:04
    Processs builder only works with 18 digit ID so if you are hardcoding an ID, then it must be a 18 digit ID.

     

    P.S. Instead of using the ID,  you can simply use the Record Type name. 

     

    It will look like: [Case].RecordType.Name
0/9000