
Announcements
I'm very new to adaptive cards, so I'm trying to follow the Microsoft documentation here: https://learn.microsoft.com/en-us/power-automate/create-adaptive-cards , along with the "daily weather" sample: https://learn.microsoft.com/en-us/power-automate/daily-weather-sample
The sample makes it seem like you can use the dynamic tokens like
{
"type": "TextBlock",
"text": "{acCity}, {acState}",
"size": "Large",
"isSubtle": true
}
but then all examples I see online (including here) are using the dynamic content builder, which seems more like hardcoding
Is the Microsoft documentation just overly confusing (or even incorrect), and we're forced to use the dynamic content? There's no way to use tokens?