Ive been waiting for a while to be able to update adaptive cards in MS teams..
This is great its finally here...
Below is a very simplified method of what I would like to do...
1) posting a card and waiting for a response.. this has a 24 hour timeout
a) If user responds, update card and move on
b) if user doesnt respond in the 24 hours, card becomes invalid...basically going to put this in a do until loop, and once it times out it will send a new card until the user responds)

Im seeing that in a standard flow.. with no response and no timeout of the adaptive card, the update works.. the update also works when user selects something. BUT when I institute a timeout of the adaptive card, and that timeout is triggered, the update card fails with the error of no Message ID.
I know that this is a new option but if I were to venture a guess, this is a bug within that new Update option.
Please advise, if there is a work around and acknowledge that Im not going crazy.
Thanks