CRUD operations on a website

I have an excel document with customer information. I’ve managed to create a data table and the create each record on the website. After adding the records, I must be able to delete each record from the website as well but I’m unsure as to how I can accomplish this.

After using the excel sheet, I have a record with a title, name, surname, and phone number. Now I must be able to iterate through all the records on the website and delete everyone.

image

Is there a way to click on every delete button on the website for every record?

@Adel221b

use datascraping to get all the records

use for each row in data table activity

inside use click activtiy and make the selector dynamic

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.