I have a project that ran hundreds of times. Now all of a sudden it gives errors.
For example this. It says there is something wrong with the last add data row. When I delete that activity all of a sudden there is something wrong with the activity above. How to fix this?
Just to confirm the scenario. Was your project running without an issue, but as a published process on some robot, and now that you come back to the actual source code - it gives an error when opened on a newer Studio version?
Would you mind sharing the project (either here or via a PM to me), as well as your Studio version?
If it was working earlier, you didn’t make any changes and suddenly Studio started showing errors, there could be possibility of one or more Studio services not working properly.
Try to restart Studio and check. Still issue persists, try to restart the system you are using.
Try this solution only and only if the quoted criteria fulfilled.
Yes, It ran normal on this machine. It was not published yet. This morning I just added some activities and all of a sudden there where errors in parts that worked before.
I will send it to you via PM. I use studio 2023.10.3. It was build in this version and ran in this version before.
Thank you for the project @Dion . I was able to reproduce this on the latest Studio 2023.12 as well.
We will investigate further, but so far my findings are that:
the error BC30037: Character is not valid is due to the € character in the string
the error BC30035: Syntax error seems to be due to the : character in your path
For both of the above, a temporary workaround would be to provide those inputs as a variable (this should work and “skip” the issue of a validation error)
the error BC30198: ')' expected seems to be some sort of issue with parsing of the specific expression. I was able to work around it by adding some extra line breaks like so:
I know all the above are just workarounds, but I figured it might come useful while we investigate it further and work on a fix.