I’m trying to access the user that triggered a “Row changed” automation in order to perform an action that makes of that user within the Then section of the automation.
2 approaches I’ve tried are:
- Via
Step 1 Result.ModifiedBy()
. This results an exception alert notification, but no other sign of error or indication of went wrong. - Via
User()
to get the current user. This works fine when testing the automation within the automation creation UI, but when I perform the row change that should trigger the automation theUser()
is Automation Bot, rather than any user that made the row change.
Does anyone know if this is possible or if there is a suitable workaround?