
Announcements
I have a powerapp gallery with delete icon in it which calls the power automate to delete the item from the SharePoint list.
On Select of delete icon, below is the code
If(
'ML-Archive_Item.Run(
vardeleteitem.ID,
Office365Users.UserProfile(User().Email).DisplayName
).success = "True",
Set(
deletiondialog,
false
);
Set(
deletionsuccessdialog,
true
)
)
I need to show the Item deleted successfully popup only when the item is deleted rom the gallery. Currently the Item deleted popup appears even before the item is removed from the gallery. Should i refresh the gallery datasource once deletion is done.
May i know where i am going wrong?
Hi @Iantaylor2050 ,
You are already returning success, and testing for it, so that is all you can do on that side, but the issue would be that the Flow is running faster than the data source is updating back in Power Apps. A Reset of the Gallery assuming it is based directly on the data source (not a collection) should work.
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.
MVP (Business Applications) Visit my blog Practical Power Apps