How delete single record from datatype table using activities ?

Hi Everyone,

I have on a Data type table. Data is stored in that table. My requirement is to delete single record based on primary key using activities. how to achieve this please tell me

Hi @Nagarjuna Saidu,

To delete a single record based on primary key using activities, you can use the Obj-Delete method. Here are the steps to achieve this:

1)Create an activity rule.
2)First Step open the object you want to delete using the Obj-Open method.
3) Add a step to delete the object using the Obj-Delete method.
4) Call the activity rule to delete the object.

Regards,

Mohd Qizer Uddin

Hi @Nagarjuna Saidu

We can achieve this requirement using “Obj-Delete” method in activity.

Please find this for your reference

@Nagarjuna Saidu

Using This Activity I can achieve this