Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-choice values are not display in dropdowns for SharePoint "Create Item" action #4843

Open
ek68794998 opened this issue May 14, 2024 · 0 comments
Assignees

Comments

@ek68794998
Copy link
Contributor

Describe the Bug with repro steps

  1. Create a SharePoint list which has a multi-select column.
  2. Open or create a new workflow in LAUX designer.
  3. Add a SharePoint "Create Item" action.
  4. Select the list you created above.
  5. In the optional parameters dropdown, enable your multi-choice column.
  6. Click "Add new item".

Expected: The value field of the new item should be a dropdown, showing the multi-choice values.
Actual: The value field is freeform text.

More repro information can be found in One#28039371.

What type of Logic App Is this happening in?

Consumption (Portal)

Are you using new designer or old designer

New Designer

Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg

Yes

Workflow JSON

"definition": {
    "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
    "actions": {
        "Create_item": {
            "type": "ApiConnection",
            "inputs": {
                "host": {
                    "connection": {
                        "referenceName": "sharepointonline"
                    }
                },
                "method": "post",
                "path": "/datasets/@{encodeURIComponent(encodeURIComponent('https://[REDACTED]'))}/tables/@{encodeURIComponent(encodeURIComponent('603cc4b1-[REDACTED]-e80f6ce446a9'))}/items"
            },
            "runAfter": {}
        }
    },
    "contentVersion": "1.0.0.0",
    "outputs": {},
    "triggers": {
        "When_a_HTTP_request_is_received": {
            "type": "Request",
            "kind": "Http"
        }
    }
}

Screenshots or Videos

image

28039371

Browser

Edge 124.0.2478.97.

Additional context

No response

@Eric-B-Wu Eric-B-Wu self-assigned this May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants