61
Views
3
Comments
OnParametersChanged is not getting triggered if value of input is assigned directly
Question
Application Type
Mobile
Service Studio Version
11.14.16 (Build 60354)

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



2021-09-21 09-26-31
Aadhavan Shanmugam

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

2025-04-17 05-42-16
Ajit Kurane

Hello Navnath,

Did you refresh that aggregate onparameter event changed event ?


Regards,

Ajit Kurane

2025-04-17 05-42-16
Ajit Kurane

In addition to above answers,

You can refer this one for your reference.

https://www.outsystems.com/forums/discussion/60358/onparameterschanged-triggers/

Thanks,

Ajit Kurane.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.