Expand my Community achievements bar.

rvnth
rvnth
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi @Marcel_Szimonisz ,  I found a fix by adding the below condition and it's working as expected. Thank you for your help.  if (targetData.featureTabel1.FEATURE_NAME != 'Feature1' || targetData.featureTabel2.FEATURE_NAME != 'Feature1' || targetData.featureTabel3.FEATURE_NAME != 'Feature1') {}

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Hi @Marcel_Szimonisz ,  I found a fix by adding the below condition and it's working as expected. Thank you for your help.  if (targetData.featureTabel1.FEATURE_NAME == 'Feature1' || targetData.featureTabel2.FEATURE_NAME == 'Feature1' || targetData.featureTabel3.FEATURE_NAME == 'Feature1') {}    

    Type

    Questions

    Views

    742

    Likes

    0

    Replies

    0
  • Hi everyone,  I have two schemas, feature_cart & feature_purchase and it has a common column name called feature_name. How can i check for a condition like  if feature_name(feature_cart) == feature_name(feature_purchase), then exclude the recipient else send the recipient to further activities.  Tha...

    Type

    Questions

    Views

    513

    Likes

    0

    Replies

    1
  • Thank you @Marcel_Szimonisz , I am getting the data as required but came across another challenge. Please find below  if (targetData.featureTabel1.FEATURE_NAME == 'Feature1') {}if (targetData.featureTabel2.FEATURE_NAME == 'Feature2') {}if (targetData.featureTabel3.FEATURE_NAME == 'Feature3') {} The ...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    1
  • Thank you @Marcel_Szimonisz , I am getting the data as required but came across another challenge. Please find below  if (targetData.featureTabel1.FEATURE_NAME == 'Feature1') {}if (targetData.featureTabel2.FEATURE_NAME == 'Feature2') {}if (targetData.featureTabel3.FEATURE_NAME == 'Feature3') {} The ...

    Type

    Questions

    Views

    758

    Likes

    0

    Replies

    1
  • Hi @vt0509 ,  At present, in the feature table one recipient can have multiple features or only one feature For suppose if a recipient has purchased two features : recipient 1 feature 1recipient 1 feature 3 It has to send only one email which should be feature 2 but the current setup is in such a wa...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Can I use String aggregate function in the expression of the query activity here? but still unsure how to pass these values in to email.

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Hi Team,  I have a features table that generates a new record for a recipient when they purchase 1 or 2 features, like this: Recipient 1 - Feature 1Recipient 1 - Feature 2 I need to trigger an email with dynamic conditions based on the purchased features. The email should display content blocks for ...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    6
  • Hi @_Manoj_Kumar_ ,  it was working in the live scenario. Thank you for your help.  Best,Revanth

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    0
  • Hi @Marcel_Szimonisz ,  Thank you for your reply.  yes, the features table is linked with recipient table  but it is not comma separated Every time a recipient purchased a new feature , new entry will be created with new feature. For ex:recipient 1 feature 2recipient 1 feature 1recipient 1 feature 3...

    Type

    Questions

    Views

    818

    Likes

    0

    Replies

    0
Top badges earned by rvnth
Customize the badges you want to showcase on your profile