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

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

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.