Hi,
I have a requirement of updating a password instead of hard coding it when using to connect to a share point using Alteryx.
We want to schedule the work flow on a daily basis and we dont want to open each workflows and update the password(share point list input tool ) when the password changes.
So i need your thoughts on how to implement the solution without our workflows failing and where we can update the password in one location that will get captured in the share point list input tools.
Thanks,
Dinesh
Solved! Go to Solution.
Hi @Dinesh,
You can wrap your module in a macro and then have a governing workflow that has an input tool pointing to where the password is stored, that then updates the macro with the current password.
Kane
So the critical info is:
I don't have an example as it's more of an idea. If the above is not clear, can you please indicate which part?
Thank you so much for the help @KaneG .