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 / Concatenate, Subtracti...
Power Apps
Suggested Answer

Concatenate, Subtraction in Power App form

(0) ShareShare
ReportReport
Posted on by 697
Hello,
 
I'm coming across an errors where I'm not able to Concatenate 2 fields into one.
 
Also tried doing subtraction from 2 fields. Am I missing some setting within Power Apps?
 
 
 
Please advise.
 
Thanks,
Prakash
Categories:
I have the same question (0)
  • Suggested answer
    mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at
    hey
     
     
    which error message are u getting? what kind of column types do u use? looks like they are no number columns.
     
    if they are text column use this:
    Value(DataCardValue13.Text) - Value(DataCardValue5.Text)
    
    and for concatenate:
    Text(DataCardValue13.Text) & " " & Text(DataCardValue5.Text)
    
    if it helped please mark as verified answer,
     
     
    cheers
  • realwillwright Profile Picture
    772 Moderator on at
    Hi,
     
    You need to add .Value or .Text to the end of your datacards
     
    Concatenate(DataCardValue10.Value,DataCardValue11.Value)
    You can also do it a couple of other ways
     
    DataCardValue10.Value & DataCardValue11.Value
    
    $"{DataCardValue10.Value}{DataCardValue11.Value}"
     
  • Prem4253 Profile Picture
    697 on at
    Thanks! Both the solutions works for me now.
     
    But I'm sorry, as I was not clear in the initial post.
     
    For Concatenate - one of my column in a drop down and one of the column in a text column. And this does not gives the desired result.
     
     
    Please advise.
  • WarrenBelz Profile Picture
    154,966 Most Valuable Professional on at
    Hi  Prem4253
    Assuming these are Classic controls, I think you need if you are going to simply join the text strings with a space
    DataCardValue13.Text & " " & drpLocation.Selected.Value
    If you are trying to subtract the values and both product numeric results then 
    Value(DataCardValue13.Text) - Value(drpLocation.Selected.Value)
     
    ​​​​​​​Please click Does this answer your question 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 a Like.
    MVP (Business Applications)     Visit my blog Practical Power Apps    Buy me a coffee

     
  • WarrenBelz Profile Picture
    154,966 Most Valuable Professional on at
    Just following up to see if you received the answer you needed, or if you require further assistance.

    Please click Does this answer your question 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 a Like.
    MVP (Business Applications)     Visit my blog Practical Power Apps    Buy me a coffee

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 516

#2
WarrenBelz Profile Picture

WarrenBelz 428 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 292

Last 30 days Overall leaderboard