Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

rule condition without value

Avatar

Level 3

Hi there,

I want to add a condition to my page load rule. If a certain parameter (e.g. xyz) exists I want a tag to be loaded on the page. Unfortunately it seem that I have to choose a value for the parameter. Can you tell me if it is also possible to execute the rule without having a parameter value?

Thank you for your help.

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi Floriane,

I suppose there is no OOB option to check if a parameter "exists".

As a workaround you can use a regex (.*) as the parameter value so that the condition passes for any value of the parameter.

Hope this helps.

1520246_pastedImage_0.png

Regards,

Muralidharan

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2

Hi Floriane,

I suppose there is no OOB option to check if a parameter "exists".

As a workaround you can use a regex (.*) as the parameter value so that the condition passes for any value of the parameter.

Hope this helps.

1520246_pastedImage_0.png

Regards,

Muralidharan

Avatar

Level 3

It seems to work. Thank you very much Muralidharan.