If there is 1 property if that changes we need to update other properties value, how can we do that in constellation

There is 1 property if that changes we need to update other properties value, how can we do that in constellation-Ideally in normal theme cosmos we have event action set but how to do this in constellation?

Does declare expression work?

Alternatively there are

  1. Form Refresh option in the flow action
  2. pyRefreshData DT

Hi Tanya Singh,

One option in Constellation is to use the Refresh Settings available on the Flow Action. You can configure a Data Transform under the refresh settings to update other property values whenever the source property changes.I have attached a screenshot for your reference.

You can acheive this By DT where we should call the DT on the property which we want to manupulate the Data in the form refresh.

Hi @SvenKrow I didnt try declare expression but can check that,thanks.