We developed a project where we used a particular upload template in the config data where the whole process has three excel files, which then sorts, filters and copy it in the upload template and simply uploads it into the client site database. This is not a proper RE framework. we used the config file to store credentials. the process is linear.
Recently, client had updated us with a new template, so we updated by editing the heading in BUILD DATA TABLE activity and rearranging the data rows accordingly in ADD DATA ROW activity. All values are same as the old ones except the dates. Previously the date was 23 october 2023 which is now changed to 23/10/2023.
Now the issue comes while uploading the excel where the site reports that the datatype of date type cannot be converted into string. There was no change in site settings and any formats.
The bot was able to generate the excel file according to new templates and the values are found to be correct.
If we are to enter the fields manually, it will be able to upload on to the site.
need help asap, been stuck with this more than two weeks
hi anil, thanks for the info. Here we are just using template for reference. We are building a new one by adding data row after that. So we use format cells activity? haven’t used that activity much… could you walk me through it?
as the error in your target application is date format is wrong…I believe it is expecting the column type to be date…so for that use format cells and give the range and set the format to date