Skip to content

POST /form does not write to Excel on Sharepoint #392

Open
@martonfekete

Description

@martonfekete

Expected Behaviour

  1. Having a form setup in Sharepoint Excel that can be successfully read via GET https://ref–repo–owner.hlx.(page|live)/{form}.
  2. Sending a POST https://ref–repo–owner.hlx.(page|live)/{form} request and getting a 201 Created.
    1. The incoming sheet in Sharepoint Excel is updated

Actual Behaviour

  1. Form is set up and can be read.
  2. Sending a POST request returns a 201 Created.
    3. There is no update in the incoming sheet within Sharepoint Excel.

Note

If an admin POST is sent to the same form via POST /form/{owner}/{repo}/{ref}/{form}.json then

  • the response code is 200 OK
  • the incoming sheet is correctly updated.

Platform and Version

Browser: "Google Chrome";v="117", "Not;A=Brand";v="8", "Chromium";v="117"
Platform: "macOS"

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