You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an issue in Delta Migration export where dropdown fields were exporting GUID values instead of the actual selected option values.
Updated the export logic to resolve and export the corresponding dropdown option value.
Ensured exported data remains consistent with the values displayed in Contentstack entries.
Why?
When exporting entries through Delta Migration, dropdown fields were incorrectly exporting internal GUID identifiers rather than the actual option values selected by users. This resulted in inaccurate export data and created confusion during migration validation and data verification processes.
This fix ensures that the exported output contains the expected dropdown values, making the migration data readable and accurate.
🧩 Affected Areas
[] api — Node.js backend
ui — React frontend
upload-api — Upload API server
docker / docker-compose
CI / GitHub Actions workflows
Environment variables / config
Other:
🧪 How to Test
Create or identify a content type containing a dropdown field.
Create/update an entry and select a dropdown option.
Run Delta Migration export for the entry.
Verify the exported JSON/data for the dropdown field.
Expected result:
The exported data should contain the actual dropdown option value.
GUID/internal identifiers should not be exported for dropdown fields.
Existing export functionality should continue to work without regression.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dropdown field exported GUID value | Dropdown field exports actual selected value
🔗 Jira Ticket
[CMG-1006](https://contentstack.atlassian.net/browse/CMG-1006)
📋 PR Type
📝 Description
What changed?
Why?
When exporting entries through Delta Migration, dropdown fields were incorrectly exporting internal GUID identifiers rather than the actual option values selected by users. This resulted in inaccurate export data and created confusion during migration validation and data verification processes.
This fix ensures that the exported output contains the expected dropdown values, making the migration data readable and accurate.
🧩 Affected Areas
api— Node.js backendui— React frontendupload-api— Upload API serverdocker/docker-compose🧪 How to Test
Expected result:
📸 Screenshots / Recordings
🔗 Related PRs / Dependencies
✅ Author Checklist
feature/,bugfix/, orhotfix/+ 5–30 lowercase chars.env/example.envupdated if new environment variables were addednpm test)README.md/ docs updated if behaviour changed👀 Reviewer Notes
Please focus on: