You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adaptive Cards Type Action.OpenUrl not working on PnP-Search Results in SharePoint.
Below is my json code and I am working on AdaptiveCard version: 1.3
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Adaptive Cards Type Action.OpenUrl not working on PnP-Search Results in SharePoint.
Below is my json code and I am working on AdaptiveCard version: 1.3
{
"type": "Column",
"items": [
{
"type": "ActionSet",
"actions": [
{
"type": "Action.OpenUrl",
"title": "Details",
"url": "https://sterlink.de"
}]}]}
Can anyone help me to find mistake in this json?
Beta Was this translation helpful? Give feedback.
All reactions