Forum Discussion

duahire's avatar
duahire
Adept
2 months ago

Dynamic Values in custom fields into Aurora

Hello Guys,

We are implementing create Form using custom fields. and we are looking for the some fields should have some dynamic values for radio button as well as dropdown values.

Can anyone please help into this one

 

2 Replies

  • Hey duahire - if i understand your question correctly - these docs should help   peterlu  any further ideas? 

    fragment FloatSelectField on FloatSelectField {
      floatSelectDefaultValue
      floatSelectMin
      floatSelectMax
      floatSelectValues {
        ...FloatPossibleValue
      }
    }
  • cblownActaully we are looking for applying option values to dropdown or radio field from API response