May you help me for this message error -
Action 'Post_adaptive_card_in_a_chat_or_channel_2' failed
Microsoft.Azure.ProcessSimple.Data.Entities.Exceptions.ProcessSimpleDataException: The specified Teams flowbot adaptive card request is missing or invalid. The tracking Id is '{0}'. ---> Newtonsoft.Json.JsonReaderException: Error reading JObject from JsonReader. Current JsonReader item is not an object: String. Path '', line 2, position 9.
at Newtonsoft.Json.Linq.JObject.Load(JsonReader reader, JsonLoadSettings settings)
at Newtonsoft.Json.Linq.JObject.Parse(String json, JsonLoadSettings settings)
at Microsoft.Azure.ProcessSimple.Data.Components.AdaptiveCards.AdaptiveCardBuilder.DeserializeAdaptiveCard(String serializedAdaptiveCard, RequestIdentity requestor, CultureInfo cultureInfo, BotAdaptiveCardAtMentions atMentions)
--- End of inner exception stack trace ---
at Microsoft.Azure.ProcessSimple.Data.Components.AdaptiveCards.AdaptiveCardBuilder.DeserializeAdaptiveCard(String serializedAdaptiveCard, RequestIdentity requestor, CultureInfo cultureInfo, BotAdaptiveCardAtMentions atMentions)
at Microsoft.Azure.ProcessSimple.Web.Common.Validation.BotAdaptiveCard(String card, RequestIdentity senderRequestIdentity)
Inputs --
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.2",
"body": [
{
"type": "TextBlock",
"text": "PAYMENT APPROVAL SCHEDULE",
"weight": "Bolder",
"size": "Large",
"fontType": "monospace",
"color": "warning"
},
{
"type": "TextBlock",
"text": "A kind reminder of payment approval period that ends in an hour. Any payment requests received beyond an hour from now will be processed by the approver on the next approval schedule.
Time of Payment Approval:
Every 09:00, 11:00, 14:00, 18:00 (PHT)
Approver Schedule for Week APRIL 3 - 7 2023 :
- Level 1 - AG (SOX ) ; RV (NON SOX/AML) ; MC (VN)
- Level 2 - MC (SOX) ; RB (NonSOX/VN)
- BCP Level 1 - RV (SOX) ; LM (Non SOX) ; EM (VN)
- BCP Level 2 - MC; NS (VN),
"isSubtle": true,
"wrap": true,
},
{
"type": "TextBlock",
"text": "",
"isSubtle": true,
"wrap": true,
"size": "Small"
}
]
}