Hi All,
I have a warning message pop up to confirm the deletion of a record and have used update context, I have no errors in my code, the record deletes but the wanring message does not disapear.
Remove([@'Orders'], Gallery2.Selected); If (IsEmpty(Errors([@'Orders'], Gallery2.Selected)),UpdateContext({PopUp:false}))
Thanks
Remove([@'Orders'], Gallery2.Selected
);
If(
IsEmpty(
Errors([@'Orders'], Gallery2.Selected
)
), Notify(
"This item was successfully deleted, Success, 5000
)
)
Thank you, that does work but I wan't my pop up dialogue box that I created to close when the user confirms that they wanted to delete the item:
User | Count |
---|---|
169 | |
90 | |
74 | |
67 | |
57 |
User | Count |
---|---|
213 | |
154 | |
97 | |
89 | |
68 |