I am currently experiencing an issue while running my script that sends daily newsletters to my clients. At the end of each repetition, the script stores the current contact in an asset so that on the following day, the script can continue from where it left off. I am using UiPath Studio for this automation.
However, I am encountering a problem where the script is not able to retrieve the contact stored in the asset on the next day. I have checked and verified that the asset is being stored correctly at the end of each repetition, but the script is not able to retrieve it.
I have tried to troubleshoot the issue by checking the variable types and data formats, but I have not been able to identify the root cause of the problem. I suspect that there might be an issue with how the asset is being retrieved or how the data is being passed between different parts of the script.
I would appreciate any guidance or suggestions on how to resolve this issue and ensure that the script is able to retrieve the correct contact from the asset and continue the automation from the correct point each day.
What do you mean with give the extension of the csv? Use the full path file in the activity “Read CSV”?
The problem: An unexpected error occurred during the library compilation process:
Assembly compilation generated the following errors:
Syntax error.
And in the log file have this:
13:48:42.7891 => [WARN] [UiPath.Studio] [1] GetCompilableWorkflows: allWfCount = 2, normalizedDistinctWfCount = 1 13:48:47.8824 => [ERROR] [UiPath.Studio.App.Logging.OutputLogger] [51] An unexpected error occurred during the library compilation process: Assembly compilation returned the following errors:
Syntax error. 13:48:47.8830 => [ERROR] [UiPath.Studio] [51] An unexpected error occurred during the library compilation process: Assembly compilation returned the following errors:
Ok.
Now i’m having another problem.
I put the extension of CSV and i removed the folder path of assets
If lastprocessedrow is string then please remove .ToString from there → You are talking about of CellValue of Output of LookUp Data Table activity?
Inside in the activity LookUp Data Table in Output CellValue i have this problem:
Option Strict On disallows implict conversions from “String” to “Double”.
I see in output you assigned a string…ideally you should be giving a variable there…can you please remove the value and then click ctrl+k and create a variable for the output please