Question
Rule is not getting call dynamically
Hi All,
I am passing one dynamic value in expression rule in textField to display value but rule is not getiing refresh n taking old value only.
Here below rule should take dynamic value n on t he basis of that should return respective value .
Below field in in with(). What could be the root cause of that please share.
a!textField(
label: "Name",
value:rule!getNamebyId(local!data.requestId),
readonly: true()
)
