What I want :
I have a file : “Extraction_VERS.xlsx” in UiPath\ReFramework\Data\Input folder.
I want for file who contains “VERS” go to the folder “VERS”
I want for file who contains “TERS” go to the folder “TERS”
What I have done:
I use a switch case but it’s don’t work, becase it’s not going in the “VERS” case
Instead of, if I use IF CASE CONTAINS.(“VERS”) it’s working
Can you help me to fix my problem ?