how to work with age loading dynamically?what happens when we introduce a new age group ? so we need to receive that data dynamically into the rule right .but the age is in range so how i do that
@Sam Please support on this
Hello @navaneethck_10 ,
You can handle this using master data. Whenever a new age group is introduced, you can simply add it to the master data along with its corresponding age loading.
While uploading the master data, you can use the filter option based on the user’s input age. Just below, there is an output section where you can map the target output. This way, the system will fetch the correct age loading dynamically from the master data.
To handle age loading dynamically, master data tables are used to store age ranges and their loadings. Rules query this table based on the input age, filtering to find the right range. If a new age group is added, you just update the master data—the rule picks up the change automatically, so no manual workflow edits are needed. This approach ensures that any future changes in age groups or loading values are managed efficiently and accurately.