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 / Use the sharepoint fie...
Power Apps
Unanswered

Use the sharepoint field internal name Vs using the DataCard name

(0) ShareShare
ReportReport
Posted on by 3,514

I have a field of type Number which has an internal name inside SharePoint as EMQRInternalStage, and when i add it inside my powerapp i got it as a DataCardValue3. now i can define a formula to either use the internal name or the datacard name, so i can say:-

 

If(EMQRInternalName = "1")

 

OR i can say

 

If(If(Value(DataCardValue3.Text)=1)

 

 

so what is the difference between using the internal name of the field or using the DataCard name?

Categories:
  • mdevaney Profile Picture
    29,993 Moderator on at

    @johnjohn123 
    Essentially, the difference is this:

    • DataCardValue3.Text shows the current value stored in the TextInput 
    • EMQRInternalName shows the current value stored in SharePoint

    Here's how it affects your app:

     

    If you write a new value into the TextInput:

    • DataCardValue3.Text will show the updated value 
    • EMQRInternalName will not change

     

    When you submit the form:

    • EMQRInternalName will show the updated value now stored in SharePoint

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

  • eka24 Profile Picture
    20,925 on at

    If(EMQRInternalName = "1") -- Is used when dealing with the column in the table. Example filtering a table or Collection, or Gallery Items

    OR i can say

    If(Value(DataCardValue3.Text)=1)-- Refers to the Field in a form that represent the column in the Table.

     

    So typically on a form, DataCardValue3.Text would be used in the form whiles EMQRInternalName would be refering to the datasource or Table Column.

     

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 383 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 356

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard