Forum Discussion

voonsionglum's avatar
voonsionglum
Brass Contributor
Jan 25, 2021

Getting a past activity's card attachment

Hi, Our parent bot displays an adaptive card with a submit button.  When the user clicks on the submit button, a skill dialog bot's skill is invoked.  When the parent bot invokes a skill, sometimes ...
  • Mallipriya_MSFT's avatar
    Mallipriya_MSFT
    Feb 08, 2021

    Hi voonsionglum, To retrieve the actual card body of a previous activity, there is no direct way to achieve it. Rather, you can try using messageID/ Conversation ID (we get in TurnContext object), build the conversation reference and save it in Azure Table Storage or Azure Blob Storage and update the previously posted card using updateActivityAsync method.  

Resources