i would like to identify a specific keyword from my elemental selector in aaname for example aaname will extract “afolder, Folder” i would want to check for “, Folder” so i can run through the bot to see if it should or should not proceed if “, Folder” is present cause im trying to sort the bot decision if it should only download the files but not the folders.
how can i get this outcome and what should i be using to verify ?
Use Element Exist Activity → Inside aaname: use “*” symbol to apply wildcard entry i.e *folder → make outputvar for Element Exist Activity → if outputvar=true then “Do your here”
By using this solution you dont need to use get attribute activity and your workflow will be short.