Hello,
I need some help please. I have this situation: I have a button when pressed should delete all items from a table.
I have this formula:
ForAll(
RemoveIf(
DataDraftOrders,
true
),
Notify("Item removed successfully.", NotificationType.Success)
)
But here will delete only the record that is selected. I need something with For All or something.
Thnak you!