In this automation iam using Attach browser and a path exist to identify if folder exist or not in Aws…i want that whenever a new month will come,Let’s say today is 1st october so every month bot should create a new folder in aws there is a option to create a folder in aws…i have used attach browser inside that i have used path exist and dateTime.now.tostring(“MMM-yyyy”)
And a if conditon
But it is not working it is showing false only for every month.
You can create a variable to store the current month, and then use that variable in the “Path Exists” activity within the Attach Browser scope to check for the existence of a folder with the current month’s name in AWS S3.