Placeholders
Placeholders are automatic and follow this format %identity_<inventory-id-name>%
. To better understand that, we can look at the default configuration file. This file will typically include multiple instances where placeholders are used to represent specific values, ensuring that the configuration remains flexible and adaptable to different environments and contexts.
The code above includes three inventories (VALUE, INPUT, SELECTOR), each with a unique Inventory ID. To retrieve a value from an inventory, use the following formats (%identity_<inventory-id-name>%
):
%identity_third-inventory%
%identity_second-inventory%
%identity_first-inventory%
Last updated