Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Remove() does not work when combined with additional commands.

(1) ShareShare
ReportReport
Posted on by 6
Hey!
 
I want to include a button on my screen that removes a selected item from my gallery. Now the Remove function works fine if used alone as a command. But as soon as I add an additonal command (e.g. Navigate) it returns an Argument Type error for the Remove function.
 
Remove('SPdatasource'; varSelection) & Navigate('Success') & Set(varGalDefault; Blank()) & Set(varGalDefault; {})
Remove command                       & Navigation to Success screen                      & Set the gallery default value to {} so it goes back to no selected item after deleting an account.
 
OnSelect of gallery:
Set(varSelection; ThisItem)
 
Thank you for your help. Happy to provide more context if needed.
 
Mathias
 
 
 
  • MT-08080833-0 Profile Picture
    6 on at
    Remove() does not work when combined with additional commands.
    Thank you, works fine! I still need to figure out where/when to use which separators. 
  • Verified answer
    WarrenBelz Profile Picture
    146,668 Most Valuable Professional on at
    Remove() does not work when combined with additional commands.
    Try with these separators
    Remove(
       'SPdatasource'; 
       varSelection
    );;
    Navigate('Success');; 
    Set(
       varGalDefault; 
       Blank()
    );;
    Set(
       varGalDefault; 
       {}
    )
     
    Please click Does this answer your question 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 a Like.
    MVP (Business Applications)     Visit my blog Practical Power Apps    Buy me a coffee

     

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

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,668 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,004 Most Valuable Professional

Leaderboard