Expand my Community achievements bar.

isahore
isahore
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi @chiDing, You can also have a dynamic name to your attachment based on a value of a field from the request. e.g. <%= rtEvent.ctx.fileNameToShowInEmail %>You need to go to the advanced tab of the "Attachment definition" window, and do the following. This way you can have a different name for every...

    Type

    Questions

    Views

    2.5K

    Like

    1

    Replies

    2
  • Hi @rahuladwani, You need to uncomment the second statement, and comment the first one here. You also need to add a key field to the statement, only then an insert will be successful. /*var queryXML = <campmirrorlinkinfo _operation="insert" xtkschema="ybl:campmirrorlinkinfo"/>; */var queryXML = <cam...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    0
  • Hi @DimaKudryavtsev, Of course you can add an attachment to your approval activities in your workflows.Just create a new technical delivery template, this time with a calculated attachment, pointing to the file which is generated so it can be attached in there.If you are using a "data extraction" ac...

    Type

    Questions

    Views

    2.7K

    Likes

    0

    Replies

    0
  • Hi @wpomeroy, You must change the operation type to "get" or "getIfExists" instead of "select".A get operation returns the first data element in the query (if there is one), or an exception if there is nothing the result-set.A getIfExists operation returns the first data element in the query (if the...

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    0
  • Hi @hetfidd,If you have valid access to your Adobe Campaign environment, then you can download the client console via the following link:https://<<yourinstanceUrl>>/nl/jsp/install.jsp Regards,Ishan

    Type

    Questions

    Views

    9.0K

    Likes

    0

    Replies

    0
  • Hi @MLong1427, You can change it in the webApp that is used to host the unsubscription page. You can find the name of the webApp in the unsubscription link like this:https://yourcampaignhost.com/webapp/unsub?id=2381490 Here "unsub" is the internalname of the webApp. You can find it in your instance....

    Type

    Questions

    Views

    2.8K

    Likes

    0

    Replies

    2
  • Hi @XyNaiz,In the workflow, you can log the interim table name by the variable vars.tableName: logInfo(vars.tableName); Regards,Ishan

    Type

    Questions

    Views

    3.2K

    Likes

    0

    Replies

    0
  • Hi @Ramaswami, Try using the recurring delivery or a simple delivery instead of the continuous delivery. You should see the delivery mapping something screen like this:and the workflow somewhat like this (as you have done already):Let me know if that works. Thanks,Ishan 

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

    0
  • Hi @Ramaswami,You will need to upload the local file to the server as well. You might need to add an enrichment activity between data load and delivery activity (just to include any mandatory missing attributes, e.g. @email. This attribute missing from the targetSchema leads to an error in some typo...

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

    0
  • Hi @Ramaswami,There is also another simpler way by which you can send the survey email to the email addresses listed in the file.You can simply read the file in a workflow using the data load activity, and send the email directly to those email addresses. Just make sure to change the delivery mappin...

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

    6
Top badges earned by isahore
Customize the badges you want to showcase on your profile