I am in the middle of excel data entry into web browser where it will enter the value and chcek if that exist and if it not then it will create that entry in the web browser.
The Sheet has column A (Item id), Column B (Description), Column C (Service Part - Category)
value always being with 9xxxxxx from row A3 till last row down.
How can we write in studioX so that it can check the part number one by one in system and if not present it will create further in web app.
Also, the one which you have provided in ZIP file will that scenario would be applicable for Multiple excel sheet with different name varied on weekly basis.
I have tried to make it work in such a way that it will browse for folder and go for the file open it and follow the same columns 1 to check in browser 1st if not found then it will go ahead with creation of new entry.