Skip to main content

Notifications

Power Apps - AI Builder
Answered

How to overwrite Fromprocessor values in PowerApps labels

(0) ShareShare
ReportReport
Posted on by 6

Hello,

I have made a PowerApps app with a FormProcessor in it. The formprocessor works like a charm however sometimes the VAT value isn't correct. So what is want is a possibility to overwrite the fromprocessor value in the label. 
The label text in my app is now: FromProcessor1.Results.TotalVat.Value. 
With this code I'am not abble to change the values. How can i make this possible?

Thanks

Categories:
  • Sven_Datalon Profile Picture
    Sven_Datalon 6 on at
    Re: How to overwrite Fromprocessor values in PowerApps labels

    Hi CedrickB,
    Thank you so much for the quick response! That is exactly what I needed.

  • Verified answer
    CedrickB Profile Picture
    CedrickB on at
    Re: How to overwrite Fromprocessor values in PowerApps labels

    I hope I understood properly your request but you can insert a text input instead

    CedrickB_0-1637757151954.png

    Also, you can display either a Label or a Text Input depending on wherever the VAT is empty or not by

    1. Inserting a "Label" and "Text Input" component in the same coordinate and with same size.

    2. Control visibility with "Visible" property on each component, respectively

    Blank(FromProcessor1.Results.TotalVat.Value)

    and 

    Not(Blank(FromProcessor1.Results.TotalVat.Value)

     

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,343

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,703

Leaderboard