Could someone please share the possible approaches to set a default value in a dropdown field in Constellation?
@Mohamed Siddiq N could you provide more details on the use case?
On face value, you can use typical Pega approaches for this. The only difference in Constellation is you aren’t configuration this in the UI, as Constellation is a stateless UI.
- Case Initialisation - Set this as soon as the case is created
- Case Management - Run Data transform: Set this during the case lifecycle, when it makes the most sense to do this.
- Pre-Processing - Run this as soon as the user opens the Assignment / Task
- Refresh settings in the form (flow action) - Run this in the form, as another value changes
Let us know more on your use case, might be able to point you in the right direction.