#flow run if field has been changed
4 messages · Page 1 of 1 (latest)
A Filter flow on the update event could do the job. A Read Operation can read the URL of your item before its update. If this URL is not the same as the one in the payload of the Flow, then you can trigger your CI/CD operations.