How to use delete entity task in list to delete any item?

How to use the delete entity task in a list?

6 Likes

@Neeraj_Kumar

Thanks for such a great explanation.

Delete entity task is used to delete a particular item from a list. It is useful for deletion.
Suppose I have a list, and now I want to delete a particular item from the list.


image
Initially, I had 7 items.

In the given list, if I click on 9, which is a heading, it will be deleted.
image
image
As you can see, the number of items in the list and in the entity is the same after deletion.

So the configuration is quite simple. Firstly, I have used ‘load current entity.’ Its configuration is:

Then I used the delete entity task.

Then simple reload task is used for list.

And the structure of the entity

So this is how you can delete any item from the list.

@Ritik_Dixit

11 Likes