Hello,We are trying to set "maxCount" to 100 in XML body of offer requests to Adobe Campaign but we see the maximum that Adobe retrieves is 50 offers.Is there any way to change this configuration? Example:<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap....
Hi @DiegoGar The best way of doing so, will be to create an email with a link to a landing page where you can easily read Adobe database to print Horses info and also have better/easier UX configuration. BR, Oscar
@DiegoGar In the case you want to use the whole Horse info, you can do this: RecipientHorse_Names_custom_field1Vera,3/5/2002,Merrie,KWPN|Polly|Daisy2Ramona|Wavottie3Caspar4Agga|Droopy|Stor Using more than one separator and then processing it
Hi @DiegoGar You can create a custom field in the target schema of the workflow where you append Horse Names per recipient using a special character as separator: RecipientHorse_Names_custom_field1Vera|Polly|Daisy2Ramona|Wavottie3Caspar4Agga|Droopy|Stor You can create this custom field via Javascrip...