Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CubeYogi/04eefc157657952fea2b7cf9bd0c7898 to your computer and use it in GitHub Desktop.
Save CubeYogi/04eefc157657952fea2b7cf9bd0c7898 to your computer and use it in GitHub Desktop.
//Replace your field name here
old_value = old.<field_name>;
new_value = input.<field_name>;
//Perform your operations below wih both values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment