Auto-filling the field prevents an On-Change nanoflow

0
Hello all, I currently have an “Choose Date” field that can be manually inputted or auto-filled by “Autofill” button (microflow). When that field is populated (either by user typing it in OR by an autofill button), an On-Change nanoflow is assigned to run and calculate the age. Currently, On-Change nanoflow only activates when user manually fills the input field, but does not activate when an “Autofill” button is entered (due to the fact that On-Change is limited to only activate when user either enters data or leaves that specific field, but does not ). Any solutions that can solve this issue?
asked
1 answers
1

What is the autofill button executing? Another nanoflow? Add the logic of the on-change as sub in the autofill logic... done

answered