
Hi!
In a flow, I want to *add* content to an existing adaptive card in Teams, instead of replacing the whole card.
The update adaptive card action works, but only if I *replace* the content of the card with new JSON code.
I rather want to add new content, like a new textBlock element to the body. In my flow, I cannot replace the card, because I don't have all the information that is already in the card to replace it.
Any ideas how to just add content to an existing card, or to replace just parts of it?
Is there a way to write the json in the update action, so that it adds the new content?
Thanks in advance!
Andreas