-
Notifications
You must be signed in to change notification settings - Fork 55
Description
📌 Feature Request: Display Backend-Validated Excel Values in Step 3
Description
I need to set and display values that are validated and modified by the backend during the validation step of Excel import.
Current Scenario
Excel file contains the following columns:
Employee Id
First Name
Last Name
Validation
Example:
In the Excel file, the Last Name column contains only Keval
During backend validation, the system updates Last Name to Keval P
Issue
Even after backend validation updates the value, the updated value is not reflected in Step 3
Step 3 currently shows the original Excel value instead of the backend-validated value
Expected Behavior
If a value is modified during backend validation, the updated value should be used
In this case:
Last Name should be updated to Keval P
Step 3 should display Keval P, not the original value from Excel
Requirement
Backend-validated values must override Excel values
Step 3 should always show the latest validated data
Example
Column Name Excel Value Backend Validated Value Step 3 Display
Last Name Keval Keval P Keval P
Benefit
Ensures data consistency across steps
Avoids confusion caused by outdated Excel values
Improves user trust in validation flow