Hi,
I'm developing an adaptive card and I want to reference a textBlock text from an InputText or another element.
For example:
For InputText I can use the {
{MyInputTextId.value}} but if i Try this with a TextBlock,
it does not works.
How can I do this?
Thanks in advance