Hi everyone, I'm working on an AMP mailer that allows customers to fill out a form. After they submit the form, I need to:a) Collect the form data.b) Call an external API using the collected parameters.c) Display the API response calculated field on the next page. My main challenge is how to display...
Hi there, I have several JavaScript activities that retrieve the total record count based on split conditions. Now, I've added another JavaScript activity to extract the segment code from the split activity. Additionally, I'm attempting to access the instance.vars variable within this new JavaScr...
Hello,I am configuring a simple if else statement to display content based on data being passed in targetdata in the workflow. Here is my statement. I have tested the "if" part alone and it works fine but once I add in the Else, I get the following error.<% if ( targetData.segment == "A" ) { %>HEL...
Hi, need help with the following task:Is it possible to automate the inclusion of UTMs in email URLs? Does it make any difference if we apply it to content blocks? Can't find documentation about it. Thanks in advance as always. Kind regards,B
Hi there, Is there a method to compare two columns (feature_purchased_date and email_sent_date) belonging to different tables? I want to retrieve records where feature_purchased_date from the "feature" table is greater than email_sent_date from the "recipient delivery logs" table. Thank you in adv...
I am curious if the Adobe Campaign Classic mobile app service offers a similar feature to the "content-available" field found in the iOS configuration of Adobe Campaign Standard.We are currently working on tracking push notifications, and the app team has requested us to enable this specific field w...
Hi all team, I would like to ask if its possible to group the values of a query by a variable. We have seen how to do it with the variable that is Key of the table but not with other variables. For example, in this case it groups the emails sent for each request (the key is request) and checking t...