Does this work with the trigger "when an item is created or modified" as well? It throw the 400 input error for me using this trigger, perhaps because the "get changes for an item" and the "trigger window start/end" do not play nice when an Item is created, as compared to their intended use for being modified.


It seems the work around is a need to build two separate flows which seems like twice the work/time:
1) When an item is created: control condition = true, >>> and so on.
OR
2) When an item or file is modified>> get changes for item>> control: has column changed: true >>> and so on.
If I don't use two separate flows/triggers, I either get this error, or I will have the flow triggers every time when using trigger "created/modified" due to condition remaining true/being met by updating a different column in the list time that is unrelated to the control. Using "created/modified" and changing a list item change triggers the flow for a "true condition" because the control for specific column cannot be determine with start/end tokens if I can't use "has column changed" with the "created/mod" trigger.
Any advise to using 1 flow, not 2 separate flows for creating and/or modifying a flow to run with a control condition is "true" whether its created, or modified and the control setting 1) is true and 2) flow runs only when true is selected (created) vs changed (created or modified)?