Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
[X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
Describe the Issue
When using Bulk Edit mode on form-data, if I add one or more new rows in the middle of the fields, when I go back to Key-Value mode my descriptions are now out of sync.
Steps To Reproduce
Open a new Request tab
Click Body tab
Select form-data
Enter two fields with keys and descriptions
key: one
description: desc one
key: two
description: desc two
Click Bulk Edit
Add a new row in between one: and two: called new:
Click Key-Value Edit
Key new has description desc two and key two has no description.
Similarly, if multiple rows are added, descriptions are not shifted down.
Is there an existing issue for this?
Describe the Issue
When using Bulk Edit mode on form-data, if I add one or more new rows in the middle of the fields, when I go back to Key-Value mode my descriptions are now out of sync.
Steps To Reproduce
Screenshots or Videos
No response
Operating System
Linux
Postman Version
9.20.0
Postman Platform
Postman Web
Additional Context?
No response