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 / New Copilot Studio - W...
Copilot Studio
Suggested Answer

New Copilot Studio - Workflow - Select function without mapping is not possible

(0) ShareShare
ReportReport
Posted on by
Dear all,

In the new Copilot Studio, I can’t select only the value when creating a new workflow with the Select function, even in Text mode.
For example, I read a list of attendees from a meeting and want only their upn (email), but the Select function always requires a Key-Value Pair.

In the old version, it was possible to get the value only. How can I achieve that in the new version?

Thank you

Regards




 
Categories:
I have the same question (0)
  • Suggested answer
    sannavajjala87 Profile Picture
    728 Super User 2026 Season 1 on at
    Hi,
     
    In the new designer, the Select action expects a JSON object (key-value pair) rather than a single value. That's why entering only:
    @{item()?['upn']}
    results in the Invalid JSON error.
     
    A common workaround is to use Select to create an object first, for example:
    {
    "upn": "@{item()?['upn']}"
    }
     
    This will return an array of objects like:
    [
    { "upn": "user1@company.com" },
    { "upn": "user2@company.com" }
    ]
     
    If you need a simple array of email addresses rather than objects, you can apply an additional transformation afterward (for example, using a variable, Join, or another expression depending on your scenario).
     
    Unfortunately, the ability to return only a raw value directly from Select (as was possible in some older experiences) is not currently available in the new designer.
     
    Thanks,
    Manoj Annavajjala

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
11manish Profile Picture

11manish 234

#2
sannavajjala87 Profile Picture

sannavajjala87 228 Super User 2026 Season 1

#3
Valantis Profile Picture

Valantis 210

Last 30 days Overall leaderboard