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.
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