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 / ShowSaveButton in a co...
Power Apps
Answered

ShowSaveButton in a collection

(0) ShareShare
ReportReport
Posted on by 242

I want to make the savebutton (iconSave) for an item in a collection unvisible after saving the item.

 

I have Button that creates an new collection with this code at the OnSelect property:

NewForm(Form1);; ClearCollect(Collectie1; {Field1: " "; ShowSaveButton: true})

 

And the IconSave button has this code on Visible-property: ShowSaveButton

This causes an error saying that Visible in IconSave expects a bolean value.

What am i doing wrong?

Categories:
  • WarrenBelz Profile Picture
    156,576 Most Valuable Professional on at

    Hi @Mirtemir ,

    Try

    NewForm(Form1);; 
    ClearCollect(
     Collectie1;{Field1: " "}
    );; 
    Set(ShowSaveButton,true)

     

    Please click Accept as solution 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 Thumbs Up.

  • Mirtemir Profile Picture
    242 on at

    That did not work.

    I think because the collection has repeating rows. 
    So, when i press theNewButtun, it creates a column in the collection ShowSaveButton with the value true.
    Then I add an item and hit the IconSave.

     

    The idea is that the savebutton is this row becomes unvisible and becomes visible in the next row.

     

     
    3.PNG
    2.PNG
    1.PNG
  • Mirtemir Profile Picture
    242 on at

    And the last picture to illustrate.

  • Verified answer
    Mirtemir Profile Picture
    242 on at

    Ok, found the problem. Something changed during the last days. I needed to set the visibleproperty to ThisItem.ShowSaveButton instead of only SaveButton.

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 396 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 323

#3
WarrenBelz Profile Picture

WarrenBelz 193 Most Valuable Professional

Last 30 days Overall leaderboard