How to Call other workflow

Now testing base on sharepoint List, run extract Attachment(s) base on List and then call other workflow ?

Issue 1, How to Extract Attachment(s) base on SharePoint List ?
Issue 2 , How to call Other Workflow flow?

@eric.leung,

You can use Activities - SharePoint Lists activities

Use Invoke Workflow activity like this.

Invoke Workflow

Thanks,
Ashok :slight_smile:

@eric.leung

  1. Add Invoke Workflow Activity:
  • Drag an “Invoke Workflow File” activity into your main workflow.
  • Specify the path to the workflow file you want to invoke.
  1. Pass Arguments (if needed):
  • If the invoked workflow requires input arguments, configure the “Arguments” property of the “Invoke Workflow File” activity.
  1. Run the Workflow:
  • When the main workflow reaches the “Invoke Workflow File” activity, it will execute the specified workflow file.