Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Amine_Abedour
Amine_Abedour
Online

Badges

Badges
19

Accepted Solutions

Accepted Solutions
15

Likes Received

Likes Received
27

Posts

Posts
34

Discussions

Discussions
1

Questions

Questions
33

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Amine_Abedour
Customize the badges you want to showcase on your profile
Re: Pressure rule not working for push notification - Adobe Campaign 19-08-2022
Hello @priyankah586599 Is the contactDate set, before firing this typology rule?You could set contactDate using a typology rule of type Control var contactDt = delivery.scheduling.contactDate; if(contactDt == null) { contactDt = getCurrentDate(); delivery.scheduling.contactDate = contactDt; } return true; Ensure, contactDate typology rule should be triggered before your pressure rule - Use the correct Execution order settingHope this helps!

Views

16

Likes

0

Replies

0
Re: Querydef using IN operator in Where clause - Adobe Campaign 10-08-2022
Hi @J2021, Were you able to resolve this query with the help of the given solutions or do you still need more help here? Do let us know. In case the given solutions were helpful, then kindly choose the one that helped you the most as the 'Correct Reply'.Thanks!

Views

61

Like

1

Replies

0
Re: Workflow Activity Execution Order - Adobe Campaign 03-08-2022
Thank you, @Amine_Abedour! This also seems to work, although the number of JS activities on the page could get cumbersome.

Views

69

Likes

0

Replies

0
Re: Formatting the File Name in the Data Extraction Activity - Adobe Campaign 20-07-2022
@Amine_Abedour Amine, Thanks, this is exactly what I was looking for. I never thought about calling the variable directly within the file name box. Thanks again. Regards,Shaun

Views

68

Like

1

Replies

0
Re: SCM-120008 Unable to find key values for element 'Condition' ( document with Schema 'delivery' ) - Adobe Campaign 18-07-2022
Yeah, Just a few text within the Delivery email. Tried with both, with and without approval.Same issue Can it be a Schema related issue ?Regards,DG

Views

41

Likes

0

Replies

0
Re: Best method to setup UTM parameters - Adobe Campaign 14-07-2022
Hi @dipendu_g I've added comments there, have a look, the following worked for me to load a delivery.https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/scm-120008-unable-to-find-key-values-for-element-condition/m-p/460897/highlight/true#M15687:~:text=Have%20you%20tried%20the%20following%3A Please be aware that using load function is memory intensive and NEVER EVER use it in a loop that you don't control the number of records in the loop, you will end up getting out...

Views

159

Like

1

Replies

0
Re: Use dynamic variables in JS query def? - Adobe Campaign 12-07-2022
@Amine_Abedour - That's it! Thank you so much

Views

70

Likes

0

Replies

0
Re: Regarding adding recipient folder in update data activity dynamically - Adobe Campaign 11-07-2022
Hi @Mrityunjay, Were you able to resolve this query with the help of the given solutions or do you still need more help here? Do let us know. In case the given solutions were helpful, then kindly choose the one that helped you the most as the 'Correct Reply'.Thanks!

Views

78

Likes

0

Replies

0
Re: How does temp table schema work? - Adobe Campaign 07-07-2022
Hi @ac_developer, Were you able to resolve this query with the help of the given solutions or do you still need more help here? Do let us know. In case the given solutions were helpful, then kindly choose the one that helped you the most as the 'Correct Reply'.Thanks!

Views

96

Likes

0

Replies

0
Re: How to get update, insert and reject count in a single alert activity in a workflow? - Adobe Campaign 21-06-2022
Hello @SmritiFotedar, The Update data activity generate variables with update and insert counts, you can use them on your alert by calling them like this :<%=vars.insertCount%> <%=vars.updateCount%> For the reject count, you can activate the reject outbound transition on the Update data activity, add a js after to affect the reject recCount to an instance variable, and the use it in your alert like this : <%=instance.vars.rejectCount%> Br, Amine

Views

87

Likes

3

Replies

0