Expand my Community achievements bar.

Taal
Taal
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Thank you again for your help! I have one additional question. I have a custom wait in the journey to wait till the chosen delivery date is there. That works, but sometimes customers go through the wait at midnight. So then the e-mail is sent at midnight. Is there a way to check the time once a cust...

    Type

    Questions

    Views

    763

    Likes

    0

    Replies

    0
  • Hi! Thanks for your help so far. I do have one additional question.  If the event is triggered at night, I want to wait till 9 am until the e-mail is sent. But if the event is triggered at 1 pm at day, the e-mail may be sent right away. I only want to prevent sending e-mails at midnight. 

    Type

    Questions

    Views

    768

    Likes

    0

    Replies

    0
  • Hi,Thanks for your reply and that you are willing to help me. I don't think you totally understand me. If I use the Regexp, it still only searches at position 0.Let me explain it again. The contextual attribute for the article name is an array because you can order multiple products. I want to send ...

    Type

    Questions

    Views

    599

    Likes

    0

    Replies

    5
  • Hi, I want to check if a certain word is in the article name of an order, so I use the contain function. That works, only how do I check every position of the array? Because now it only checks position 0 as you see at the at(0). I want to check every position of the array, how can I do that in combi...

    Type

    Questions

    Views

    649

    Likes

    0

    Replies

    7
  • Hi, How can I use your function when my condition code looks like this:containIgnoreCase(@{ord_paid._company.igOrder.igEntries.at(0).igArticleName.igArticleNameNL}, "geldterug")or containIgnoreCase(@{ord_paid._company.igOrder.igEntries.at(0).igArticleName.igArticleNameNL}, "aanbetaling")Thanks! 

    Type

    Questions

    Views

    691

    Likes

    0

    Replies

    0
  • Hi Manoj, Thanks for your reply. The first option is impossible since I can only use the field in the advanced expression.The second option isn't possible either, since I don't want to send the e-mail at all if no company name is available.  

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    4
  • Hi, We send out order confirmations and order ready at pick up location.We don't have the pick up location address en name available in the order ready at pick up location event, so what we do is this:In the order event, we write the pick up location to the profile and in the ready at pick up locati...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    6
  • Sure!    Note that the field that I use is an array, so if your field is not an array, you should not use the 'each' part:   {{#each context.journey.events.xxxxxx._company.igOrder.igEntries as |entry|}}{%#if contains(entry.CarrierUid, "post", false) %}PostNL{%else if contains(entry.CarrierUid, "zzz"...

    Type

    Questions

    Views

    966

    Like

    1

    Replies

    0
  • Hi,   Thanks for all your help! It turned out that the field was an array, so I have to use the each function first. Did that and then it worked     @Manoj_Kumar_ 

    Type

    Questions

    Views

    1.2K

    Likes

    2

    Replies

    2
  • Hi, I tried these two ways, but they don't work. Do you know how else I could try it? Thanks for your help! @Manoj_Kumar_ 

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    2
Top badges earned by Taal
Customize the badges you want to showcase on your profile