Hey Disha, thanks for the inquiry. Happy to help!
In this situation, Salesforce will only allow you to manipulate account-related fields at the contact level but they don't let you modify account type records themselves.
If you're trying to update the Account's name, Salesforce requires you to use an Update Account call/column instead, by providing it the Account's ID and mapping the variables that should get updated at the account level. Then you can update the contact after, if needed.
Let me know if you have additional questions!