Hi Team
I have a use case that require me, if a user clicks Approve, they must not type on the comment anything it must be just accepting that Approve, unlike it Reject(here they must as normal). What control on power automate when selecting Approval(wait for approval and) i chose Custome for all response but still i get that its like mandatory. What also if i click Reassign button it must redirect me to a new window, what can i use to achieve this on this button?

Guest UserPosted Apr 15, 2024, 6:33 AM
Hi Thomas
I have tried to use predefine response as custome value, but i get this exception;
Failed to retrieve dynamic inputs. Error details: 'The dynamic operation request to API 'approvals' operation 'GetApprovalTypeMetadataV2' failed with status code 'BadRequest'. This may indicate invalid input parameters. Error response: { "error": { "code": "InvalidApprovalType", "message": "'Predefined response' is not a valid approval type." } }
Jithu ThomasPosted Apr 13, 2024, 7:00 AM
1. Prevent Comment Entry on Approve Action:
2. Redirect to New Window on Reassign:
There are two main approaches to achieve this:
Approach A: Launch a New Browser Tab (Recommended):
Approach B: Open a New Power Automate Window (Limited Functionality):
Flow Construction:
''). This ensures no comment is entered on approval.Additional Considerations:
By following these steps and considering the additional notes, you should be able to create a Power Automate flow that meets your use case for preventing comment entry on approval and redirecting to a new window on reassign.