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 / Power Apps / Sharepoint List > Cust...
Power Apps
Answered

Sharepoint List > Custom Forms > Selected Item field values

(1) ShareShare
ReportReport
Posted on by Microsoft Employee

On my display screen I want to access the value of the current item's "Status" field.

 

Status is a Choice field in Sharepoint.

 

I can get an output for the SharePointIntegration.SelectedListItemID

 

SharePointIntegration.Selected.Status.Value does not give an output value (or an error)

Categories:
I have the same question (0)
  • Verified answer
    v-xida-msft Profile Picture
    Microsoft Employee on at

    HI @Anonymous ,

    Could you please share a bit more about your scenario?

    Where do you use the SharePointIntegration.Selected.Status.Value formula within your app? Could you please share more details about the error message?

    Could you please show more details about the "Status" field in your SP List? Do you enable "Allow Multiple selections" option for it?

     

    1. If you do not enable "Allow Multiple selections" option for the "Status" field:

    I have made a test on my side, and don't have the issue that you mentioned, The screeshot as below:1.JPG

    Set the Text property of the Label control to following:

    SharePointIntegration.Selected.Status.Value

    If above formula could not work, please consider take a try with the following formula:

    LookUp('YourSPList', ID = SharePointIntegration.SelectedListItemID, Status.Value)

    Or

    LookUp('YourSPList', ID = SharePointIntegration.SelectedListItemID).Status.Value

     

    2. If you enabled the "Allow Multiple selections" for the "Status" field:

    If you have enabled the "Allow Multiple selections" for the "Status" field in your SP List, the SharePointIntegration.Selected.Status.Value formula would return a Table value rather than a Text value, so if you want to display the Choice column value within a Label control, pleasse take a try with the following formula (set the Text property of the Label control to following😞

    Concat(SharePointIntegration.Selected.Status, Value & ";")

    If above formula could not work, please take a try with the following formula:

    Concat(LookUp('YourSPList', ID = SharePointIntegration.SelectedListItemID).Status, Value & ";")

    Please take a try with above solution, then check if the issue is solved.

     

    if the issue still exists, please consider remove the custom form from your SP list, then re-add anew one for it, then try above solution, check if the issue is fixed.

     

    Best regards,

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Not sure what happened there, but when I opened up the PowerApp fresh this morning, I retried adding the original code and it worked!

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 431

#2
WarrenBelz Profile Picture

WarrenBelz 360 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 280 Super User 2026 Season 1

Last 30 days Overall leaderboard