내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

How do I batch delete profiles in Campaign Standard?

Avatar

Level 1

I uploaded a large set of dummy profile data into Campaign, just to see how the import process worked. Now that I've successfully imported the profile data, I want to delete it. It looks like the "Update Data" workflow activity is the right tool to do that, but I wasn't able to figure out how to do it from the Campaign Standard documentation. Can someone walk me through it?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

Hello ,

You can probably pull all the profiles through a query activity with a condition like email IS NOT EMPTY which will pull all the records . Feed this transition to the update activity with operation type as DELETE .

This would delete all the records fetched from the query.

Regards,

Adhiyan

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Employee

Hi,

You can use the DELETE option in Update Data activity

1299318_pastedImage_0.png

Avatar

Level 1

I know that the "Delete" operation type exists, but how do I use it in a complete workflow?

Avatar

정확한 답변 작성자:
Employee

Hello ,

You can probably pull all the profiles through a query activity with a condition like email IS NOT EMPTY which will pull all the records . Feed this transition to the update activity with operation type as DELETE .

This would delete all the records fetched from the query.

Regards,

Adhiyan

Avatar

Level 1

Fantastic, that did it!