Use Unique excel file for the same bot

I’m looking to build a bot that will update multiple passwords for all of the users at my company. I’d like it to create an excel file that is unique to each user to register which passwords were successful and which failed. Is there a way to build the excel file to be specific to a user by passing some type of username variable?

Hey,

You could add username variable in the file name.

1 Like

@trentm
Yes You can do it.

“Your Folder Path”+UserNameVar+Now.ToString(“ddMMyyyy)+”.xlsx"
Date is for to make more unique

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.