Skip to content

Error: Nested element like array or object is sending in formData is being Stringified automatically #440

@Rahulad12

Description

@Rahulad12

const payload = {
SecondaryAgentId: '12345',
UserName: 'John Doe',
UserEmail: 'john.doe@example.com',
UserPhone: '+1234567890',
SecondaryAgentServices: ['Service1', 'Service2'],
BranchAssignments: ['Branch1', 'Branch2'],
SecondaryAgentUserDocs: 'document.pdf',
};
.
Here other element expect array will send in formData but array will get Stringified.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions