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?
TL;DR
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.
Drake
19 Feb, 2023, 16:00
Yes, that is normal. That variable is only populated when a user executes the function