Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.
Nivel 1
Nivel 2
Iniciar sesión en la comunidad
Iniciar sesión para ver todas las insignias
Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.
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?
¡Resuelto! Ir a solución.
Vistas
Respuestas
Total de me gusta
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
Vistas
Respuestas
Total de me gusta
Hi,
You can use the DELETE option in Update Data activity
Vistas
Respuestas
Total de me gusta
I know that the "Delete" operation type exists, but how do I use it in a complete workflow?
Vistas
Respuestas
Total de me gusta
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
Vistas
Respuestas
Total de me gusta
Fantastic, that did it!
Vistas
Respuestas
Total de me gusta