Add Record to a Dynamic Table Name

Add Record to a Dynamic Table Name

I have a variable set that is a table name and it can one of many tables with the same layouts.  Is there a way to use a variable for the table name in an insert?


insert into Variable_Table_Name
        [
       Added_User = zoho.loginuser
       Customers = input.Customers
       Marketing_Manager = input.Marketing_Manager
       Project = input.Project
       Service = input.ID
        ];