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 |
---|---|
157 | |
92 | |
80 | |
74 | |
57 |
User | Count |
---|---|
196 | |
166 | |
99 | |
95 | |
79 |