Call Nanoflow when Textbox is populated

0
I have a Textbox that is populated by 3rd party widget. Whenever its populated i need to call nanoflow to set an other field. I have written an OnChange event handler but it doesnt seem to fire when text is populated from the 3d party widget.  
asked
2 answers
2

Apparently there is logic which populates the textbox. So my first idea would be that when the logic runs populating the text box, add your on-change logic there.

answered
0

Hi Shiva,

 

I am not sure about mentioned 3rd party widget, if you able to share any information on this will be more useful.

  1. Either you can switch to normal text box and give a try on change events or
  1. Give a try with Event Handler on particular entity when you want to execute a small logic. 
    Hope this helps.
answered