Hi All,
I am developing a mobile app.
I have field which is implemented using block, and in that filed user can type or he can use speech-to-text feature.
For speech-to-text there is mic control given for that field.
Now when I start typing OnParametersChanged event gets triggered.
But when value of input variable of a block is set via speech-to-text directly OnParametersChanged event does not get triggered.
Any idea why is this behavior happening and how to solve it?
Thanks,
Navnath
Hi @Navnath Sonavne,
Try to add the same onparameter change action to onchange fo the same field. This might work.
Refer this as well - https://www.outsystems.com/forums/discussion/64124/onparameterschanged-issue/
Thanks, Aadhavan S
Hello Navnath,
Did you refresh that aggregate onparameter event changed event ?
Regards,
Ajit Kurane
In addition to above answers,
You can refer this one for your reference.
https://www.outsystems.com/forums/discussion/60358/onparameterschanged-triggers/
Ajit Kurane.