Hii , I’m New to UiPath Studio, use UiPath community edition 2023.4.0.
We Want to create S3 Bucket . And Bucket name should be customized Means Bucket Name with the current day date .
e.g. Bucket Name:-empdata29-04-2023,
is this possible?
If Possible Then please help me to create a Bucket.
Please use this activity
https://docs.uipath.com/activities/other/latest/user-guide/aws-create-bucket
Bucket Name field - "EmpData" + Now.ToString("dd-MM-yyyy")
Hope this helps
cheers
Thank you for the replay .
I want the bucket name with date and current time ,it can possible?
e.g.-inpiufile202302051028250
If you need time also then in name field pass thsi
Bucket Name field - "EmpData" + Now.ToString("ddMMyyyyhhmmss")
Cheers
thank you so much .
issue resolved
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.