Hi Folks,
I'm facing a very weird issue which has ruined my day so far. I have a combo box in my canvas app. OnChange of the same, I used to call flow based on selected value. The same flow is called during click of a button. I removed it from both places as part of a troubleshoot. But for some reason, it acts like I never removed it and keeps working the same way. I checked in both edit mode and play mode (after clearing cache many times). When I check flow run history, I can see it being called whenever I click the button or change selection in combo box.
The OnChange and OnSelect property of the combo_box is just false, I wonder how the flow gets triggered whenever I change it. Could any one please suggest some fix?
Thank you.