pporto
1
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:
pporto
2
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}}.
Beth
3
Hey @pporto, welcome to the forum! Thank you so much for including the solution and marking it as answered, appreciate you!