#Flow Updating Database Items, Revisions and Activity not Stored
22 messages · Page 1 of 1 (latest)
Plzzzz , anyone? 🙂
How are you running Directus? cloud or self-hosted (which db and such) and what does the operation you're using to update the data look like?
it seems that the accountability object is los during the proccessing
lost.
*running locally, db is @aws
directus version is 9.16.1
How do you mean lost, how have you determined this? is the Authorization header getting blocked by a proxy or is there a custom extension hooking into the express layer? 🤔
so im running a flow thats triggered by a cron, then when i check immediatly after the {{$accountability}} its null
via a log block
@hard shell
23:20:00 ✨ null, null, null, undefined
{{$accountability}}, {{$last}}, {{$trigger}}, {{ $all }}
That is correct when using the schedule trigger then there is no concept of accountability as there is no authenticated person/request triggering it. When using a schedule you'll need to set the permissions for the follow up operations
probably falls under this issue unfortunately https://github.com/directus/directus/issues/15653
hmm yeah sounds like it, but im not using script