Hi,
I know this may seem entry level but...
IF JobSystem WAS CHANGED OR JobSystem IS NEW
THEN FIND JobArea WHERE JobArea.ob_Jobs = JobSystem.ob_Job
This rule does nothing to prevent all of the Job Areas that I have in all of my jobs, to be displayed. Of course, I only want the Job Areas from the Job that I'm working on, to be displayed.
I tried Chatgpt and it gave me:
IF JobSystem IS NEW OR JobSystem WAS CHANGED
THEN FIND JobArea WHERE JobArea.ob_Jobs = JobSystem.ob_Job AND JobArea.Status = 'Active'
But that did nothing either.