Using Manual Approval(s) in the Flow "Ask for Approval" Action is causing the Flow to get stuckDescriptionWhen using the Manual Approval(s) in an "Ask For Approval" Action the Flow is getting stuck and is not progressing even after you have approved. This happens because the [sysapproval_group] Record has 'approval' set to 'requested' and is inserted before Ask for Approval starts which causes the Flow not to evaluate it as expected.Steps to Reproduce Create a flow with trigger=created, table=incident.2. Add the action 'wait for condition':Record = trigger->incident recordConditions: state is 'in progress'3. Add Ask for Approval:Record = trigger->incident recordRules: Any one approves or rejects / Manual User(s)4. Activate the flow.5. Create an incident record and trigger the flow.6. Open the incident record and in the 'Group approvals' tab, click the 'New' button.7. Set assignment group to 'database' and Approval to 'Requested'. Submit.8. Change the state to 'In Progress' in the incident record.9. Check the flow execution. The Ask for Approval is in waiting state.10. Approve any user's approval of the incident record.Actual Behaviour: Ask for Approval is in waiting state.Expected Behaviour: Ask for Approval is in Completed state.WorkaroundThis problem is currently under review. You can contact ServiceNow Technical Support or subscribe to this Known Error article by clicking the Subscribe button at the top right of this article to be notified when more information becomes available. Workaround: If you are experiencing this issue in a Version prior to the Fix Version please follow these steps to achieve relief until you are able to upgrade to the Fixed Version. Please ensure the Group Approval [sysapproval_group] Record has the "approval" Field set to "not requested"It must be set to "not requested" before the "Ask For Approval" Action has startedRelated Problem: PRB1551170