Hi Arpita,
$currentUser is a System.User object. The Account entity extends System.User (specialisation), so you cannot use your $currentUser as an Account.
You could retrieve the current Account from the database and use it in your ‘change object’ activity:
Hope this helps!
KR,
Dimitri
Can you add a image of your domain model MyFirstModule and Administration?