Create Folder Activity creates dupplicate

Hello, I’m working on a project that involves creating folders. To do this I use “Create Folder” activity. However, sometimes the program will create a dupplicate of the folder and when I want to delete it the correct content is found and can’t be deleted. I chacked permission, tried to repplicate the bug without success. And this always appears at the exact same spot. It seems a refreshing folder issue wherre the folder is not correctly refreshed. But because I can’t repplicate the issue I was wondering if it happened to someone and how he was able to solve it. I considered using invoke code to refresh everything.

@Maximilien_Selva,

Try upgrading the System.Activities package to latest possible version.

@Maximilien_Selva

is it the create folder for local folders?

if so then ideally no specific refresh is needed. also did you not use overwrite in create folder?because same name cannot be there for two folders anyways

cheers

From my experience - Create folder usually works without any error.

Could you please debug the code and confirm that the issue is due to create folder or any unnoticed activity is creating the issue ?