Skip to main content

Notifications

Community site session details

Community site session details

Session Id : JA2f4DWTdUDvyL71+KtAqw
Power Apps - Building Power Apps
Unanswered

Price Info Not Pulled From ComboBox for Particular User

Like (1) ShareShare
ReportReport
Posted on 3 Oct 2024 10:42:50 by 64
The problem field is 'Client Unit Price', and it does not pull the info from a selected item in the ComboBox for this particular user on his phone only.
When I log in as the user on my own phone for testing, everything works as it should.
This particular user has a Google Pixel 6a, and we have checked the regional, timezone and language settings which all appear to be setup correctly.
I have another user with a Google Pixel 6a, and the code functions as it should for him.
 
Are there any comparative settings that could prevent the "Client Unit Price" figures to be pulled from the ComboBox?
Does anyone have any other leads / suggestions?
 
The 'client unit price' fields coding under default is as follows:
If(varMode="New", Text(Value(ItemComboBox.Selected.'Client Unit Price'),"ÂŁ0.00"), Text(Value(Parent.Default, "ÂŁ0.00")))
 
  • Fart_Sniffer Profile Picture
    64 on 04 Oct 2024 at 18:36:34
    Price Info Not Pulled From ComboBox for Particular User
    Thanks for the suggestion timl!
     
    I changed the code a bit so it would work:

    "
    If(varMode="New", Text(Value(ItemComboBox.Selected.'Client Unit Price'), "ÂŁ0.00", "en-GB"), Text(Value(Parent.Default, "ÂŁ0.00")))"
     
    Unfortunately this had no affect, however we did discover another language setting that was US English(?!), and changing that to UK English sorted it.
     
    I had an incling it was still a problem with the settings and you helped me zone in on it, Thanks!
  • timl Profile Picture
    35,029 Super User 2025 Season 1 on 03 Oct 2024 at 10:54:41
    Price Info Not Pulled From ComboBox for Particular User
    Although you've checked the region and language settings, I do suspect this problem is related to language. 
     
    I'd try adding the "en-GB" specifier in the call to Value to force it to convert in UK format irrespective of the device settings. 
     
    If(varMode="New", Text(Value(ItemComboBox.Selected.'Client Unit Price', "en-GB"),"ÂŁ0.00"), Text(Value(Parent.Default, "ÂŁ0.00")))
     
     

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 Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Building Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 98 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 64

#3
stampcoin Profile Picture

stampcoin 48

Overall leaderboard
Loading started
Loading complete