Skip to main content

I'm trying to get values in the Flexcard's select input element dynamically by passing them through datasource but the select element is not showing any values when executed. Below is the setup I've for this. Can someone help me here

 

Custom Json that I'm passing in the flexcard data source

 

{         "Options":[            {               "label":"New",               "value":"new"            },            {               "label":"In Progress",               "value":"inProgress"            },            {               "label":"Finished",               "value":"finished"            }         ]      }

Configuration in Flexcard select element:How to get dynamic values for select element in flexcard?

3 Antworten
  1. 31. Dez. 2024, 06:15

    The Correct Syntax For Dynamic Typeahead for Flex card is : 

    The Correct Syntax For Dynamic Typeahead for Flex card is : {

    Screenshot 2024-12-31 114520.jpg

     

     {       "Option":[{"name":"Apple","value":"apple"},{"name":"Orange","value":"orange"},{"name":"Mango","value":"mango"}]}
0/9000