web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Reset concat (text) wh...
Power Apps
Answered

Reset concat (text) when click on Back button

(0) ShareShare
ReportReport
Posted on by

Hi all,

 

Could you please teach me how to reset concat (text) when click on Back button?

kinghnvn_0-1637296995410.png

 

Thanks.

 

Categories:
I have the same question (0)
  • Verified answer
    CU-18081211-6 Profile Picture
    9,270 Moderator on at

    @kinghnvn ,

    You cannot reset the concat() function result unless you empty the collection selectedDesks.

    If you don't want that you can use a context variable emptyMyLblDesk in OnSelect property of the Back Button:

     

     

    UpdateContext({emptyMyLblDesk:true})

     

     

     set the Text property of the LblDesk control to:

     

     

    if(emptyMyLblDesk,Blank(),Concat(selectedDesks,Title&", "))

     

     

    and OnVisible property of the screen change the emptyMyLblDesk value to false:

     

     

    UpdateContext({emptyMyLblDesk:false})

     

     

    Hope it helps !

  • kinghnvn Profile Picture
    on at

    Thanks. I have just tried but it's empty selected desk.

     

  • CU-18081211-6 Profile Picture
    9,270 Moderator on at

    There is a bracket missing on If clause formula. I'll correct my previous post.

  • kinghnvn Profile Picture
    on at

    Yes, thanks. then I will check again

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 301 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 297 Most Valuable Professional

#3
VASANTH KUMAR BALMADI Profile Picture

VASANTH KUMAR BALMADI 195

Last 30 days Overall leaderboard