Overview
The 'Generate Password' utility action for Power Automate generates a password conforming to the specific configuration.
Video Guide
Generate secure passwords in Power Automate
Credit Count
This is a Utility action and therefore consumes only 0.05 credits per operation (except 1 credit on the free plan). For example, 100 operations will consume 5 credits on a trial and all paid plans.
Parameters
The default 'Generate Password' flow action parameters are detailed below:
- Length: Set the length of the password
- Include Lower Case: Set whether lower case characters should be included within the password
- Include Upper Case: Set whether upper case characters should be included within the password
- Include Numbers: Set whether numbers should be included within the password
- Include Symbols: Set whether symbols should be included within the password
Advanced Parameters
The advanced 'Generate Password' flow action parameters are detailed below:
- Exclude Characters: Specify a list of characters to exclude from the password
Return Parameters
Action Specific Return Values
- Result - The password as a string
Standard Return Values
- OperationId - The unique ID assigned to this operation.
- HttpStatusCode - The HTTP Status code for the response.
- HttpStatusMessage - The HTTP Status message for the response.
- Errors - An array of error messages should an error occur.
- Operation Status - Indicates whether the operation has been completed, has been queued or has failed.
0 Comments