And export data into list and try to load that list data into the table | Community
Skip to main content
Level 4
December 9, 2021
Solved

And export data into list and try to load that list data into the table

  • December 9, 2021
  • 2 replies
  • 863 views

And export data into list and try to load that list data into the table

 

 

plz help me with the acitivities here

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by AksheyMalhotra

Hi Shruti,

 

Hope you doing well.

 

You could use the Data Loading activity to upload data into the system using CSV file.

Ref: https://experienceleague.adobe.com/docs/campaign-classic/using/automating-with-workflows/action-activities/data-loading--file-.html?lang=en

 

Once you upload data into system you could save it some schema using Update Data activity (If you have schema already build)

Ref: https://experienceleague.adobe.com/docs/campaign-classic/using/automating-with-workflows/targeting-activities/update-data.html?lang=en

 

If you want to create a list you could use Update List activity and directly create a List:

Ref: https://experienceleague.adobe.com/docs/campaign-classic-learn/tutorials/automating-with-workflows/using-the-update-list-activity.html?lang=en

 

To understand more about Import and Export of data using workflow you could study this article which would give you overview of the same.

https://experienceleague.adobe.com/docs/campaign-classic/using/getting-started/importing-and-exporting-data/import-export-workflows.html?lang=en

 

Hope this answer both of your questions, feel free to let me know in case you have any further questions.

 

Regards,

Akshey Malhotra

2 replies

AksheyMalhotra
AksheyMalhotraAccepted solution
Level 2
December 9, 2021

Hi Shruti,

 

Hope you doing well.

 

You could use the Data Loading activity to upload data into the system using CSV file.

Ref: https://experienceleague.adobe.com/docs/campaign-classic/using/automating-with-workflows/action-activities/data-loading--file-.html?lang=en

 

Once you upload data into system you could save it some schema using Update Data activity (If you have schema already build)

Ref: https://experienceleague.adobe.com/docs/campaign-classic/using/automating-with-workflows/targeting-activities/update-data.html?lang=en

 

If you want to create a list you could use Update List activity and directly create a List:

Ref: https://experienceleague.adobe.com/docs/campaign-classic-learn/tutorials/automating-with-workflows/using-the-update-list-activity.html?lang=en

 

To understand more about Import and Export of data using workflow you could study this article which would give you overview of the same.

https://experienceleague.adobe.com/docs/campaign-classic/using/getting-started/importing-and-exporting-data/import-export-workflows.html?lang=en

 

Hope this answer both of your questions, feel free to let me know in case you have any further questions.

 

Regards,

Akshey Malhotra

Jyoti_Yadav
Level 8
December 10, 2021

Hi @shruti1 ,

 

You can use below steps:

1) Use List Update activity to save data into list.

2) Use Enrichment activity to map the table and make sure it is your targeting dimension.

3) Use update activity and then insert data in your table.

 

Thanks,

Jyoti