I have properties as below
path.order=/order
path.address=/address
Usually we will use ${path.order} to get the key value. I want to pass the type(order or address) dynamically to get the key value. Like below
${path.#[flowVars.type]}
I tired with above expression. It did not work. can you please help on this to prepare and get the key dynamically