I'm looking to migrate to the cloud and after performing a test migration looks like I have to recreate my automation rules in the cloud.
Previously on server I had a rule to send an email and was using the variable
`${event.user.name}`
Is this variable still available on the cloud or is the correct one to use:
`{{initiator.displayName}}`
Thanks!