web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / Creating Sharepoint It...
Copilot Studio
Answered

Creating Sharepoint Item with data from ChoiceSet Multiselect

(0) ShareShare
ReportReport
Posted on by 7


I've an adaptative card with the following schema:
 
  Platform:
    type:
      kind: Table
      properties:
        Value: String

And a dropdown like this:
"type": "Input.ChoiceSet",
            "label": "Platform",
            "choices": [
                {
                    "title": "A1",
                    "value": "A1"
                },
                {
                    "title": "A2",
                    "value": "A2"
 
            ],
            "id": "Platform",
            "placeholder": "(Select Platform)",
            "isMultiSelect": true
        },

This should be stored ina Sharepoint List as item, using the Create Item Sharepoint Connector for Copilot Studio.

But this is not recording and I just have a generic error: 
Item could not be created. Check if input is valid

I made several diff approaches. Actually I am trying to use hard code such as:




or :



and few other attempts..

There is nothing on documentation, so I made plenty of trial/errors attempts - No matter what I try, the error message is the same. 5 hours doing many different approaches....

Any Help?

 
Categories:
I have the same question (0)
  • sandeep_angara Profile Picture
    430 Moderator on at
     
    Please post the complete YAML of the topic or a screenshot to better understand the issue.
     
    Thank you
     
    Regards,
    Sandeep Angara
  • Verified answer
    chiaraalina Profile Picture
    2,059 Super User 2026 Season 1 on at

    Hi,

     

    Please format the value as:

    [
    { "Id": 0, "Value": "A1" },
    { "Id": 1, "Value": "A2" }
    ]
     

    From the Adaptive Card response, transform the selection into this schema before using it in Create item tool.

    You can test by hardcoding the example above.

    Let me know if you need help wiring up the transform.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 660

#2
Vish WR Profile Picture

Vish WR 301

#3
Haque Profile Picture

Haque 228

Last 30 days Overall leaderboard