Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!

Passing An Audience Label Or Id to Read An Audience

Avatar

Level 1

Hey all -
 
I am looking to use a workflow that will allow reading the audiences we have in Campaign and passing the label or name to the Read Audience action.  It seems we can query and get a list of audiences in the Query action and we can even get them into the outbound transition.  However there does not seem to be any information in the inbound transition or vars on the Read Audience action that I can use to dynamically set which audience to read. 

Currently, here's what we are doing:

  1. Query All Audiences 
    johnl28707434_1-1612365379921.png
  2. Receive all information from audiences in outbound transition
    johnl28707434_2-1612365479612.png
  3. Dynamically Read Audience set from outbound data from query
    johnl28707434_1-1612362049623.png

We are finding the same issue with both Read or Save audience, that we cannot get the system to recognize data from a query or from a column in a file that is loaded in the system.

 

Has anyone come across this or found a different way to dynamically read/save an audience without having to utilize an API call?

 

@jchapman-CC-82 

5 Replies

Avatar

Employee Advisor

Hm, you could try a potential hack:

  • Store the audience name in an option
  • Then use the option syntax in the dynamic field name (should be there with 21.1)
Thanks for the suggestion. I will give a try and see where it gets us.

Avatar

Administrator
Hi @johnl28707434, was the given solution helpful to resolve your query? Do let us know. Thanks!


Sukrity Wadhwa

Avatar

Level 1
Ramon, Would you be able to explain a bit more about "store the audience name in an option"? While I thought I understood, it does not appear I know how to do that.