Hi,
I used HTTP post in parent flow to call child flow and in child flow used HTTP request received, it is working fine but I am creating a PDF in child flow in share point and I want to fetch that created file and send as attachment in email from parent flow.
I've a problem now in parent flow it just calls the child flow and entering to next actions but I want to run only when the child flow completes it action.
Is there any option to do like this?