enoyOriginal post
Rank 1: Thread
Appwrite Version: 1.2.0
Is it normal behavior that a document update that triggers a function does not contain the userId of the user that updated that document?
Summary
The user is asking if it's normal that the `APPWRITE_FUNCTION_USER_ID` variable is not populated when a document update triggers a function. Another user responds that it is normal behavior, as the variable is only populated when a user executes the function.