Skip to main content
Known Participant
June 10, 2024
3. Existing Functionality/Native Skill

Query - Option of Adding multiple buttons in query

  • June 10, 2024
  • 2 replies
  • 41 views

We have few use cases that require 2 to 3 buttons, each with its own redirect URL. To cater to these needs, can we have a dropdown menu that offers the flexibility to add buttons?

 

 

2 replies

yagarwal
Employee
June 17, 2024

@puneegup great idea, thanks for submitting! To better understand your requirement how do you plan to setup the followup links? Are these intended to be 2-3 static sharepoint links or you plan to curate these programmatically?

 

1 way to achieve this behavior could be to return multiple followup URLs with your API response to Queries. For example:

{
{"buttonOneInstructions":"Click <a href='#'>here to view Knowledge Corner</a>"},
{"buttonTwoInstructions":"Click <a href='#'>here to view IT Services</a>"}
}
kyril.remillard
Community Manager
August 23, 2024
1. New3. Existing Functionality/Native Skill