User Profile
nagajeyanthi
Copper Contributor
Joined 2 years ago
User Widgets
Recent Discussions
Teams Bot Not responding intermittently
Hi Team, We are facing continuous report from our client, bot is not respondingintermittently. Can you check why its breaking from your end. Time of occurrence: 1. 15/03/2024 1.41 to 1.47 PM IST 2. 14/03/2024 3.30 PM PST and it's respond automatically by 3.50 PM PST283Views0likes0CommentsAdaptive Card Issue
Hi, We need to know the difference between the below-mentioned adaptive cards. Not Working Card: { "type": "AdaptiveCard", "body": [ { "type": "TextBlock", "text": "Here's your most recent requests", "wrap": true, "weight": "Bolder", "horizontalAlignment": "Center", "size": "Large", "color": "Default" }, { "type": "Image", "url": "https://www.colorhexa.com/f9a31c.png", "width": "1000px", "height": "10px", "horizontalAlignment": "Right" }, { "type": "ColumnSet", "columns": [ { "type": "Column", "width": "auto", "items": [ { "type": "Container", "items": [ { "type": "ColumnSet", "columns": [ { "type": "Column", "width": "stretch", "items": [ { "type": "Container", "items": [ { "type": "TextBlock", "text": "${title}", "weight": "Bolder", "color": "Dark", "horizontalAlignment": "Center" } ], "selectAction": { "type": "Action.Submit", "data": { "action": "ticket", "id": "${value}" } }, "minHeight": "50px", "verticalContentAlignment": "Center", "style": "accent", "$data": "${getTicketsList}" } ] } ] } ] } ], "id": "firstOne", "verticalContentAlignment": "Bottom" } ] }, { "type": "Container", "items": [ { "type": "TextBlock", "text": "Main Menu", "wrap": true, "weight": "Bolder", "color": "Default", "horizontalAlignment": "Center" } ], "selectAction": { "type": "Action.Submit", "data": { "action": "mainmenu" } }, "style": "accent" } ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.3", "msteams": { "width": "Full" } } Working Card: { "type": "AdaptiveCard", "body": [ { "type": "TextBlock", "text": "Here are your most recent requests", "wrap": true, "weight": "Bolder", "horizontalAlignment": "Center", "size": "Large", "color": "Default", "id": "0" }, { "type": "Image", "url": "https://www.colorhexa.com/f9a31c.png", "width": "1000px", "height": "10px", "horizontalAlignment": "Right", "id": "1" }, { "type": "ColumnSet", "columns": [ { "type": "Column", "width": "auto", "items": [ { "type": "Container", "items": [ { "type": "ColumnSet", "columns": [ { "type": "Column", "width": "stretch", "items": [ { "type": "Container", "items": [ { "type": "TextBlock", "text": "${title}", "weight": "Bolder", "color": "Dark", "horizontalAlignment": "Center" } ], "selectAction": { "type": "Action.Submit", "data": { "action": "ticket", "id": "${value}" } }, "minHeight": "50px", "verticalContentAlignment": "Center", "style": "accent" } ] } ] } ], "$data": "${subArray(getTicketsList,0,4)}" } ], "id": "firstOne", "verticalContentAlignment": "Bottom" } ], "id": "2" }, { "type": "Container", "items": [ { "type": "TextBlock", "text": "Older Requests:", "wrap": true, "weight": "Bolder", "color": "Default" }, { "type": "ColumnSet", "columns": [ { "type": "Column", "width": "stretch", "items": [ { "type": "Input.ChoiceSet", "choices": [ { "$data": "${skip(getTicketsList,4)}", "title": "${title}", "value": "${value}" } ], "placeholder": "Select a request", "id": "id", "spacing": "Small" } ], "horizontalAlignment": "Left", "verticalContentAlignment": "Center" }, { "type": "Column", "width": "auto", "items": [ { "type": "Image", "url": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/47/Chevron_right.svg/1200px-Chevron_right.svg.png", "width": "17px" } ], "verticalContentAlignment": "Center", "horizontalAlignment": "Center", "selectAction": { "type": "Action.Submit", "data": { "action": "ticket" } }, "style": "accent" } ], "spacing": "None" } ], "$when": "${not(empty(skip(getTicketsList,4)))}", "id": "3" }, { "type": "Container", "items": [ { "type": "TextBlock", "text": "Main Menu", "wrap": true, "weight": "Bolder", "color": "Default", "horizontalAlignment": "Center" } ], "selectAction": { "type": "Action.Submit", "data": { "action": "mainmenu" } }, "spacing": "default", "style": "accent", "id": "4" } ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.4" }1.7KViews0likes7CommentsAdaptive Cards are not showing up in Mobile Teams
Hi, We have designed the adaptive card, it works in Desktop without any issues but with Mobile teams we are getting blank, and also sometimes the buttons are displayed as tiny and hard to click Let us know what is the issue and when it will be fixed.3.4KViews0likes11Comments
Groups
Recent Blog Articles
No content to show