Hi Siva,
You can have the column name passed as a parameter with the property Expand Inline set to True.


So in this example, if the ColumnToUpdate value was "{User}.[Is_Active]", it would update the Is_Active attribute to True.
In your case, you can have a query similar to this and have the field to update as an input and call the same screen action doing the update just passing a different parameter according to the column to change in each button.
Take into account though that using Expand Inline parameters is error-prone (Service Studio won't help you validate the syntax since it doesn't know what you are going your parameter value), does not allow the optimization of execution plans and can expose your code to SQL injection.
Hope it helps.
Regards,
João