Rules and referencing

Is this scenario for rules possible, if so, how would I go about setting it up?

  1. Several articles are created referencing two authors: Bob and Jane.
  2. Each article is published and via a rule webhook sends data about the article and the authors names.
  3. Later, the Bob author item is changed to show the name “Robert”.
  4. A rule detects the name change and now wants to find all articles where Bob is the author and refire the webhook to update the name to “Robert”.
1 Like

Hi,

it is basically a duplicate of: Options to denormalize content generated from a normalised schema

If you need this kind of denormalization you have to solve it in your service.

Thank you. I had started to come to that conclusion.

1 Like