2
votes

I have an Aynchronous Post-Operation plugin runs on an Update step. Now my challange is to find original values for the fields that the user is updating. Since it is post-operation step, is it possible to find the previous value fields that were updated?

Thanks!

1

1 Answers

5
votes

Yes. Register a preimage snapshot of your entity against the step in your plugin.

Pre and Post Entity Images