Declare expressions are not getting triggered Issue

Hello,

I have a table with two columns where column A has an editable field. Column B has a read only property which should update if the Column A property changes.

Expected Outcome: Column B should update whenever the user is updating the Column A property.

Current Outcome: Column B property is value is only updated when Column A property is edited and the user clicks somewhere else on the screen.

Table Overview.png

Question: I need the change reflected when the user is updating column A property.

In the declare expression, it is running “Whenever inputs change”.

Is there any way to obtain the expected behavoir?

TIA

Hi@MaleeshaW

Try “Any key” event, post the value to clipboard and refresh the section once.

Please find the below image of the event.

@SoumyajitB thanks. This approach resolved our issue.