How to activate an on change microflow during typing

3
Hi all, I was wondering whether anyone has experience with the following and could help me with it. I have placed an on change microflow at an editable field. It triggers the on change flow by clicking outside of the field/somewhere else on the page. However, I would like it to be triggered when the first number is entered, and then again when the second is entered, etc. Does any of you know how to do this?
asked
3 answers
2

I think your best option at the moment is to use the 'OnChange Inputbox' from the App Store.

You need to be carefull with client refreshes in the triggered MF (from my experience you should not refresh the enclosing entity)

answered
3

Unfortunately, the only option to do this would be a custom widget as this is not part of the platform. You can always request this in the idea forum, If creating a widget please be aware that every round trip to the server (microflow call) has some delay so triggering multiple subsequent requests based on every character added/removed might not be the wisest choice, you could work with a slight delay though.

answered
0

What do you want to do with the 'typing trigger' ?

Maybe u can use the Input Reference Selector from the App store if you want to set a relation.

answered