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 / Set a variable based o...
Power Apps
Answered

Set a variable based on a choice field

(0) ShareShare
ReportReport
Posted on by 217 Season of Giving Solutions 2025

I'm trying to set a variable on the opening of a form, the data is coming from a selected gallery item, this what I'm trying; 

 

 

Set(varDays,If(gallery1.Selected.Number_Days.Value="1",1,2);

 

 I get a incompatible comparison error;

 

CiaranCampbell_0-1711619200927.png

 

Categories:
I have the same question (0)
  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @CiaranCampbell,

    Is this Number_Days a Choice column allowing multi select or not?

     

    If so, try modify as below:

    Set(varDays,If("1" in Concat(gallery1.Selected.Number_Days.Value,Value,","),1,2))
  • Verified answer
    senna Profile Picture
    217 Season of Giving Solutions 2025 on at

    Hi @v-qiaqi-msft 

    It was single select but it was selected as checkboxes in the SP list field settings, i changed it back to dropdown and its working fine now, thanks

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 > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard