Incremently Activity and Audience | Community
Skip to main content
Level 3
February 8, 2024
Solved

Incremently Activity and Audience

  • February 8, 2024
  • 1 reply
  • 826 views

I'm working on a weekly file export for an audience that updates daily. 

 

Fields in the Audience:

ID, Policy Number, and Date Added (populates the date they were added to the audience)

 

I want to do an incremental pull of that audience, but the export file needs to see the fields in the audience. 

The activity in workflows that would show that information is the Read Audience activity. I need help figuring out how to use that and only populate the incremental data. 

 

Is there a workaround for this, or am I just going to need to accept that it won't work the way I need it to?

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 SatheeskannaK

@derekw42533281 Either you can use the incremental query activity for this purpose or the query activity. If you're using query activity to pull the audience and within the output filtering section, you can define the condition using the "Date Added" field to pull the records needed using the last X days. Once you pull the data required for that week connect with extract file activity then transfer the file.

1 reply

SatheeskannaK
Community Advisor
SatheeskannaKCommunity AdvisorAccepted solution
Community Advisor
February 8, 2024

@derekw42533281 Either you can use the incremental query activity for this purpose or the query activity. If you're using query activity to pull the audience and within the output filtering section, you can define the condition using the "Date Added" field to pull the records needed using the last X days. Once you pull the data required for that week connect with extract file activity then transfer the file.

Thanks, Sathees