Why these fields are special
SharePoint treats these four columns as system-managed metadata:
Created â timestamp when the item was first saved
Created By â user who created the item
Modified â timestamp of the last update
Modified By â user who last updated the item
By default, Power Automate cannot directly modify them because SharePoint locks them to preserve audit integrity.
This is the best way by Using the SharePoint REST API with âbypassâ header
You can override system fields if you call the REST API with:

