Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Bug - Blank Form Text Boxes Show "Text box" as Value

(1) ShareShare
ReportReport
Posted on by 27

This appears to be happening on both the classic form control and the new modern form control. Whenever the form is in edit mode, any blank text input data cards have their value replaced with "Text box" as shown below. Submitting the form actually submits "Text box" back to the data source (Dataverse for Teams in this case). Does anyone know what might be causing this?

 

choldcroft_0-1707322507640.png

 

  • Spinner Profile Picture
    77 on at
    Re: Bug - Blank Form Text Boxes Show "Text box" as Value

    Same issue here. Can only hope it's been logged as a bug.

  • claytsch Profile Picture
    60 on at
    Re: Bug - Blank Form Text Boxes Show "Text box" as Value

    This is also causing issues with the "Form.Unsaved" Property-- I've replicated a similar issue with a brand new Form with just "Text" fields.  When I edit a record, the form always shows "Unsaved" if there are ANY blank Text Fields even when nothing has changed. 

     

    I narrowed this down to Blank Text Fields/Cards.  When you compare (DataCard.Default = DataCard.Update), it returns false but ONLY on blank Fields/Cards.  I verified the Defaults and Update properties were correct on all Form Cards.

     

    At this time, it's not a critical issue for me. I just use the Form.Unsaved property to change some icon colors when the form has pending changes or is "Saved."  Definitely not worth updating hundreds of Form Cards with a workaround at this time.  Hopefully, it will be fixed soon so my Form Status icons work correctly.

  • Verified answer
    choldcroft Profile Picture
    27 on at
    Re: Bug - Blank Form Text Boxes Show "Text box" as Value

    For any others that may have this issue, a patch for this is to set the value of the text box data card to the following:

     

    If(IsBlank(Parent.Default),"",Parent.Default)
     
    That will insert "" if there is no value for that field when the form loads, and for some reason the blank value of "" doesn't cause "Text box" to fill in the value like it does if Parent.Default is blank. Unfortunately it is time consuming to replace each text box value with that if you have a lot of fields, but Find & Replace might make it easier for you.
  • choldcroft Profile Picture
    27 on at
    Re: Bug - Blank Form Text Boxes Show "Text box" as Value

    I appreciate the insight! I tried copying and pasting a form from a completely different environment and app where this is not happening. That copied form also has the same issue when published, so I'm at a little bit of a loss. 

     

    I tried some newer authoring versions and it doesn't seem like it has been fixed in those, so I may just have to wait and see if a future update resolves it.

  • mmbr1606 Profile Picture
    11,991 Super User 2025 Season 1 on at
    Re: Bug - Blank Form Text Boxes Show "Text box" as Value

    Sorry i have no other solution to this then the "" cause i never have seen this happening

    Sometimes the solution of @TheRobRush  also works

     

     

    Let me know if my answer helped solving your issue. Sometimes the solution of @TheRobRush  also works
    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

  • choldcroft Profile Picture
    27 on at
    Re: Bug - Blank Form Text Boxes Show "Text box" as Value

    Thank you both for the suggestions. I tried changing the tooltip property, as well as adding a new form (both the classic and the modern form). With the new forms, I also tried the same data source as well as different data sources, and both gave the same result.

     

    mmbr1606, I must have not had the app refreshed when I tested one of your suggestions earlier. I did find that setting the value field of the text box to "" removed the "Text box" text. This does appear to be the issue - when the value of the data card value is set to Parent.Default and the field is empty in the data source (or when the form mode is "New"), it will show "Text box" as the data card value. 

     

    This only started happening ~2 weeks ago, and prior to that time blank values would show correctly. Any thoughts?

  • TheRobRush Profile Picture
    11,121 Super User 2025 Season 1 on at
    Re: Bug - Blank Form Text Boxes Show "Text box" as Value

    I would recommend adding a new form with same datasource, launching the app and see if the issue is present in new form as well. If it is not, just recreate the form. There are times when forms break and do weird stuff after editing something with no logical explanation to why. I tend to avoid forms and create my own via custom components

  • mmbr1606 Profile Picture
    11,991 Super User 2025 Season 1 on at
    Re: Bug - Blank Form Text Boxes Show "Text box" as Value

    Did u try to change the tooltip property? Delete the parent.displayname and set ""

     

     

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

  • choldcroft Profile Picture
    27 on at
    Re: Bug - Blank Form Text Boxes Show "Text box" as Value

    Nothing there shows "Text box" either. Even on a newly inserted form the same thing occurs. Below are the fields from advanced settings (this is the one that I had replaced the default values with "", but the same thing happens when they are set to Parent.Default):

     

    choldcroft_0-1707324389252.png

    choldcroft_1-1707324417538.png

    choldcroft_2-1707324432014.png

     

     

  • mmbr1606 Profile Picture
    11,991 Super User 2025 Season 1 on at
    Re: Bug - Blank Form Text Boxes Show "Text box" as Value

    Click on one datacardvalue control and click the advanced settings on the right hand side, there u can scroll thru all properties.

     

    Have a look there if u can find "text box" there anywhere.

     

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

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