In this chapter, you’ll learn how to allow users to delete a row of data from your internal NoCode database using a button and a background task.
Start by dragging and dropping a Button component onto your page.
This button will be used to trigger the delete action.
Once added, a new tab named FlowButton1 will appear at the top of the Studio. This tab is where you’ll define the logic executed when the button is clicked.
Go to the FlowButton1 tab.
From the Background Tasks section in the component library, drag and drop the Delete a Row in the NoCode Database component into the flow.
This will create a Generic Task.
Click on the Generic Task component you just added.
Switch to the Identifier tab in the Generic Task configuration.
Here, you’ll define which row should be deleted:
✅ Important: The correct configuration of this ID is essential. It ensures that only the selected row is deleted.