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 16-08-2022
hello @priyankah586599, Did you activate the typology rule prior to your tests ? Br, Amine

Views

63

Likes

0

Replies

1
Re: Querydef using IN operator in Where clause - Adobe Campaign 21-07-2022
Hello @J2021, Your condition should be something like : Br, Amine

Views

152

Likes

0

Replies

3
Re: Formatting the File Name in the Data Extraction Activity - Adobe Campaign 20-07-2022
Hello @shaunhill, It is possible, here is the formula : <%var tomorrow = new Date(); tomorrow.setDate(tomorrow.getDate() + 1);%><%= formatDate(tomorrow, "%4Y%2M%2D_TEST") %>.csv result: Br, Amine

Views

73

Like

1

Replies

1
Re: Use dynamic variables in JS query def? - Adobe Campaign 11-07-2022
Hello @SorenDahk, It should look like this : ... ... Br,Amine

Views

83

Like

1

Replies

1
Re: Regarding adding recipient folder in update data activity dynamically - Adobe Campaign 27-06-2022
Hello @Mrityunjay, If you can get the folderId prior to the update activity, store it in an instance variable, and use the variable in your update. something like this: Br,Amine

Views

131

Likes

2

Replies

1
Re: SCM-120008 Unable to find key values for element 'Condition' ( document with Schema 'delivery' ) - Adobe Campaign 27-06-2022
Hello @dipendu_g; Can you share your JS code? Br,Amine 

Views

389

Likes

0

Replies

2
Re: Best method to setup UTM parameters - Adobe Campaign 23-06-2022
hello,The deliveries created by the delivery activity from the action tab does not get automaticaly linked to the operation, hence the lack of the operation info.in the script Tab of the delivery activity add this to force the created deliveries to be linked to your operationdelivery.operation_id = instance.operation_id; Br,Amine

Views

252

Like

1

Replies

1
Re: Best method to setup UTM parameters - Adobe Campaign 21-06-2022
Hi @dipendu_g, Which delivery activity do you use ? Is the delivery_label blank too ? Br, Amine

Views

276

Likes

0

Replies

3
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
Re: Regarding removing junk data from upcoming file - Adobe Campaign 20-06-2022
hello @Mrityunjay, You have to increase the threshold from which a workflow error is triggered: Br, Amine

Views

63

Like

1

Replies

0