I am trying to have a database table drive some of my pipelines and would like to be able to pull in a string that's formatted as a dynamic expression and treat it as if it's dynamic. For example, in my table I would like to store something like the following @concat(variables('var'), ' my name is matt') and then when I reference that value from the lookup rather than it treating it as a string I'd like it to actually perform that concat. Would this be possible?
Thank you.