Skip to main content
My process builder fires when an account is created or updated. It in turn calls an apex that updates values of some custom fields into the same account according to values to the response returned from an HTTP REST call.

 

The data gets correctly updated, no recursion. But the Email Alert action right after the apex call, sends email with previously updated values.

 

How can I fix this?
1 件の回答
  1. 2019年6月20日 13:58
    Hi Samar,

     

    The problem would most likely be with how your code is written. Without being able to see the code, there isn't much we could advise.
0/9000