Skip to main content
All CollectionsAdvanced Guides
Use nested placeholders
Use nested placeholders

How to use a placeholder in another placeholders value

Jonas Lindemann avatar
Written by Jonas Lindemann
Updated over 3 weeks ago

Nested placeholders allow you to reference other placeholders directly in your source file. This can help create dynamic and flexible content by combining values from multiple columns.

This feature is available for the LPagery Extended plan and above.
Click here to purchase LPagery Pro ->


What Are Nested Placeholders?

Nested placeholders are placeholders used as values within another placeholder. For example, if you have a placeholder {city}, you can reference it in another column by using {city} as a value.


Example: Dynamic Descriptions

You have one placeholder for {service} and another for {city}. In a third column, you want a description combining both placeholders.

service

city

description

Window Cleaning

New York

Top-notch {service} services in {city}.

Floor Cleaning

Los Angeles

Professional {service} services in {city}.

Generated text:

  • "Top-notch Window Cleaning services in New York."

  • "Professional Floor Cleaning services in Los Angeles."

Did this answer your question?