Change value action in Constellation 25

The Constellation approach is to use form refresh settings so that when the picklist changes, pyRefreshData runs and clears the no-longer-relevant properties on the current embedded page.

For your embedded data row-

  • Use visibility conditions to show the relevant fields based on the picklist value
  • Add a form refresh trigger on that picklist field so changing it runs refresh logic
  • In the refresh data transform you can clear the fields.

Because this is an embedded list, make sure the logic is applied in the data class of the embedded property so the current row’s properties are the ones being cleared.

1 Like