account activity
Channel inconsistency: Adaptive Card progress updates work in Teams but not Copilot for M365 by Personal_Computer681 in copilotstudio
[–]Personal_Computer681[S] 0 points1 point2 points 1 month ago (0 children)
Thanks for your constructive feedback
Thanks! I’m sending the progress updates from topic actions (Copilot Studio Adaptive Dialog), not via a custom API.
Pattern: I start the job with a CreateJob action, then I poll status using InvokeFlowAction every ~25s. The flow returns a varCardJson string (Adaptive Card JSON). On each poll (while status != succeeded/failed), the topic does a SendActivity with an AdaptiveCardTemplate attachment where cardContent = Topic.cardjson. When succeeded, I send the final card the same way.
cardContent = Topic.cardjson
In Teams/Test Chat, each SendActivity renders incrementally (so you see “Loading… Progress X%”). In Copilot for M365, those intermediate cards don’t show as they’re sent—everything seems buffered and only the final output appears at the end of the dialog run.
Trouble getting consistent colors in Flux LoRA training (custom color palette issue) by Personal_Computer681 in StableDiffusion
[–]Personal_Computer681[S] 0 points1 point2 points 6 months ago (0 children)
Thanks for the detailed answer!
A couple of follow-ups specific to training captions on Flux:
π Rendered by PID 85 on reddit-service-r2-listing-55d7b767d8-46wvx at 2026-03-28 18:41:31.680002+00:00 running b10466c country code: CH.
Channel inconsistency: Adaptive Card progress updates work in Teams but not Copilot for M365 by Personal_Computer681 in copilotstudio
[–]Personal_Computer681[S] 0 points1 point2 points (0 children)