is it possible to capture content to text box on leave

0
i do enter a text in a text box, and jump to the new field with tab or click. with the data i have in the text box, i need to do some calculation in a microflow , but i see i have no way of accessing this value. is there a way to do this or its not possible at all ( this is needed before submit, when going to next field ) if its a dropdown i am able to access it, but with text value i am not able to catpure that value.  
asked
2 answers
0

Hi John , 

In the text box you have the events , on enter, leave , change you will get the value as input for the microflow , with that you can do whatever you want in microflow logic

answered
0

You can write your logic in the On leave action of the text box

answered