Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Sharepoint Column as Dropdown

(0) ShareShare
ReportReport
Posted on by

Harika_1_1-1687271574025.png

 

Harika_1_0-1687271555806.png

 

Harika_1_2-1687271594487.png

 

I have dropdown hardcoded with the values with Q1 , Q2, Q3 in the power apps drop down 
In the SharePoint I have Agile and sigma and gamma have values 0,1,2 for all the (Q1 , Q2, Q3)
for more understanding refer the images attached
Now, In the power apps based on Job code selected the agile sigma and gamma should show the values correspondingly
if i select the Job Code Q1 Agile gamma and sigma should show 1,2,0 and so on.

 

Please help me with this. 
Thank You.

 

 

  • Harika_1 Profile Picture
    on at
    Re: Sharepoint Column as Dropdown

    Thanks a million, It worked !!!

    Thanks again for the quick replies and helping the community grow🙏

  • Verified answer
    developerAJ Profile Picture
    2,855 on at
    Re: Sharepoint Column as Dropdown

    You need to change sharepoint 

    cname column values: q1,q2,q3

    columnnames: Agile sigma gamma

    that should be your design

  • Harika_1 Profile Picture
    on at
    Re: Sharepoint Column as Dropdown

    Hi @developerAJ , It should Show 1,2,2
    Sorry My bad!

    and Also instead of hardcoding values as Q1,Q2,Q3 in the dropdown is there a way to pull them from the Sp List?

    @timl @developerAJ 

  • developerAJ Profile Picture
    2,855 on at
    Re: Sharepoint Column as Dropdown

    if i select the Job Code Q1 Agile gamma and sigma should show 1,2,0 or 1,2,2

  • Verified answer
    timl Profile Picture
    34,933 Super User 2025 Season 1 on at
    Re: Sharepoint Column as Dropdown

    @Harika_1 

    The formula you would use for the "Agile" text input control would look like this:

    Switch(
     cboJobCode.Selected.Value,
     "Q1",
     LookUp(SharePointList, c_name="Agile").Q1,
     "Q2",
     LookUp(SharePointList, c_name="Agile").Q2,
     "Q3",
     LookUp(SharePointList, c_name="Agile").Q3
    )

    For sigma and gamma, you would adapt the above the formula to reference sigma or gamma.

     

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard