For all the data formulas I current get the error below:
Path Exists: Expression Activity type ‘VisualBasicValue`1’ requires compilation in order to run. Please ensure that the workflow has been compiled.
What can I do?
Compiling doesn’t work and this error keeps turning up
I did, but it is surprisingly always with type into and check if file exists with date formula’s in there like this one:
“\kotvs003\KOT\Works\Poldat\Controlling\PBI\MPZW\InventoryPBI\Material Usage Per Month\Material Usage Per Month”&now.AddMonths(-1).ToString(“MMyyyy”)&“.xlsx”
"\kotvs003\KOT\Works\Poldat\Controlling\PBI\MPZW\InventoryPBI\Material Usage Per Month\Material Usage Per Month"+now.AddMonths(-1).ToString("MMyyyy")+".xlsx"
Thanks! Is there a way to mass replace all these double quote with the .net6 double quote? My project is quite big (12 MB) and I have a lot of small ones as well