Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
if (values["ParentColour"] !== "Red") {
    this.updateLinkedChild("ChildColour", "Red", ["18","19"], "add")
} else {
    this.updateLinkedChild("ChildColour", "Green", ["18","19"], "delete")
}

  • values["field name"]

...