Handover data during an ongoing User-Copilot-Conversation
To hand over data to Nimbus, Copilot needs to know the Nimbus Task Id
. With the Task Id
it can use the Nimbus Power Automate Connector > Flow Actions to update the Task at any time in any Copilot topic.
Read in Initial Data Handover from Nimbus to Copilot on how to send the Task Id to Copilot.
Virtual User Initial Message:
{
"TaskId" : "$(CallId)"
}
💡Note: The TaskId
corresponds to the CallId
in Nimbus System Parameters > Call Data.
Update the Nimbus Task from Copilot:
Description | Screenshot |
---|---|
In the topic, we can add a tool and select Connector > Nimbus > Update Task ⮑ This adds the Update Task activity to the topic flow. |
![]() |
Within the “Update Task” activity we simply need to reference the ☝Pay attention to data types. You can ask Copilot 365 to create your Powerfx formulas if you are unsure how to transform your data. i.e. we can set the Custom Context Parameter which needs a Table object in Copilot Studio.
|
![]() |