Hi, I am trying to use the Find Files And Folders Activity for getting the childern name from a particular sharepoint folder. When I am trying to assing the value to the output property(Results) I am getting the error as : Error ERROR Validation Error Compiler error(s) encountered processing expression “arrstrFiles”.
Reference required to assembly ‘netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’ containing the base class ‘System.Object’. Add one to your project. _Test.xaml
@Aniket_Mugal , Did you find a solution to this? I have run into the same issue. All my DriveItem type vars are showing this error. Just randomly popped up in a project that I had not been into in about two months.
Thanks @Anil_G . After playing with it for a while with no success, I tried adding a new DriveItem var. As soon as I created another var, the error went away. I was even able to delete the new var that I added, and the error did not return. Wondering if there maybe was some kind of issue in 22.10.5 because the error showed up right after I installed that update.