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 / Populate Choice field ...
Power Apps
Answered

Populate Choice field with a text value from a Sharepoint List collected from a MS Form

(0) ShareShare
ReportReport
Posted on by 1,151

HI All 🙂
I have a form that draws info from a Sharepoint list that is populated by a MS Form via Automate.

I am trying to take a text value passed from the MS form and write it to the choice field (which is used as a LOOKUP in another process)
I am using this  on UPDATE of the Combo-boxcard
If(
!IsBlank(DataCardValue41.Selected),
DataCardValue41.Selected,
{
Value: DataCardValue14.Text,
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference"
}
)

it shows no errors but doesn't display the text selected

Any help appreciated
Gary

Categories:
I have the same question (0)
  • gazzo1967 Profile Picture
    1,151 on at

    Any takers 🙂

  • Verified answer
    WarrenBelz Profile Picture
    155,756 Most Valuable Professional on at

    Hi @gazzo1967 ,

    Firstly you do not need the odata reference any more - I also have also assumed the output of your drop-down - change if not .Value

    {
     Value:
     Coalesce(
     DataCardValue41.Selected.Value,
     DataCardValue14.Text
     )
    }

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

  • gazzo1967 Profile Picture
    1,151 on at

    @WarrenBelz 
    thank you 🙂

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 483

#2
WarrenBelz Profile Picture

WarrenBelz 399 Most Valuable Professional

#3
11manish Profile Picture

11manish 327

Last 30 days Overall leaderboard