Reels: Adding Validations for Input Fields in Reels

Hi Community,

I want to add validations for the input fields in Reels. In the Masterclass assignment, we have some values that are either user inputs or are being computed — but in some cases, the corresponding data is missing or incomplete in the master data.

Here are a few examples:

  1. For Age Loading, we only have data up to age 29.
  2. For Deductible, only certain values are available. (Currently, I’m using a dropdown to restrict input.)
  3. If any required data is not found when fetching from the master data, it causes issues in rule execution.

What is the correct or recommended way to handle such validations in Reels?

Any guidance would be appreciated!

2 Likes

Hello @aniket ,
You can edit the Excel file as needed. If the data currently goes only up to 29, you can add more rows in the file based on the use cases. That way, we can resolve the issue. However, for this particular assignment, I think the existing data might be sufficient

2 Likes