So I have a data trigger that sets up when a video object is created (when video before is empty), which in turn creates a post object. I also have a data trigger that sets up when a post object is created (when post before is empty).
If I make a post on the site through another method, the post data trigger works fine. However, if I create a video, the video data trigger works fine (creating the post), but the post data trigger doesn’t trigger as a result.
So I’m wondering if I’m experiencing expected behavior (one data trigger cannot initiate another data trigger), or I have something wrong that I need to fix in my backend.