Here, you have designed a rule that imports master data and allows dynamic filtering using conditions based on the user’s input value (for example,
drivers_age )
- The condition section enables you to check if the entered driver age falls within the master data age ranges, by matching
Driver Age FromandDriver Age Tocolumns to the input value. - The filter logic uses operators like
<=and>=so the system dynamically selects the correct age loading from the imported data. - The Age Loading value, which is returned as the output, can then be used in other rules, workflows, or calculations as needed.
