Inserting a row into a table

Hi @P_Harry

Yes it is possible

Use Connect activity and execute Query
check the query as "Insert into table name(field1 varchar(30),field2 int) values(‘1’,123564)

or(check this)

Thanks
Ashwin S

2 Likes