Hi experts:
I have a flow that have multiple parallel approvals, and the respond result will be updated to a list, in the past, only when all approvals have been responded, then I can send a mail, but it will impact the efficiency, so I hope I can create a function in a parallel branch with approvals, the function will scan whether there are any respond results is "reject" every day, when the scanner find there are "reject", then the flow will send a mail and terminate the flow, you can refer to the attached picture.