Writing Insert Query in uipath studio

Hi @KavinduPerera,

I updated the query. Can you try this?

“INSERT Into user_details(User_ID, User_Name, User_Role, NIC, Mobile_Number, BranchCode)
VALUES (” + “'” + User_ID + “'” + “,” + “'”+User_Name+“'” +“'” + “,'” +User_Role + “,'” + NIC + “',” + Mobile_Number + “',” + Branch_Code +“');”

Regards
Ömer

1 Like