My flow for updating a field on create doesn't work

The flow I created to update the value of the status field to COMPLETED on items.create does not work.

The flow says that I do not have permission, even though I have an Administrator profile and I set the permissions to Full Access.

Directus v11.17.1

Images bellow:

I managed to fix it!

I changed the value of the Operation IDs field from {{$trigger.payload.id}} (as per the documentation https://directus.io/docs/guides/automate/operations#update-data) to {{$trigger.key}}.

Hey @pporto, welcome to the forum! Thank you so much for including the solution and marking it as answered, appreciate you!