I am Having trouble in inserting data to database. I have 3 pdfs I read their data using substrings.
Each pdf it has data about id, brand, size ,color,
So each pdf I created variables as, id1,id2,id3, brand1,brand2,brand3 size1,size2,size3 color1,color2,color3
I want to put all these data into one table(save_pdf_data) which columns names are, id , brand, size and color,
I have a requirement like below. Iam able to fetch few values from a web page into some Variables in uipath. Now the requirement is to load the same variables into a Database through UIPATH.
Can someone guide me how to do.I got my server setup done through connect stage.
Iam able to perform the insert through execute non query.But passing the variables as input is challenging for me.