For example, I have a Flow that is to connect Planner with outlook. So each time I 'flag' an email it goes directly to the selected Plan ID.
To do so, I used:
- 'when an email is flagged' trigger:
- Binder/Folder Selected: Inbox*
- Planner "Create a task" action (linking the Plan ID and Group ID)
*Here is where I need help! I would like to know if there is any way to select for the same flow a second Binder/Folder (e.g. Inbox and sent items). I thought it would be easy (adding both separated by a comma, but it seems that's not possible).
As an alternative, I tried to create a second trigger (clone of the original) just changing the selected folder, meaning: 1 trigger for Inbox and 1 for Sent Items and below the same action, but the following error appears: "WorkflowRunAction Type Unsupported"
So, I have two questions:
- Is it possible to include a 2nd trigger in the same hierarchy and below the same shared action for both?
- Is it possible to include in 1 trigger two outlook folders to look for? (Both folders affected by the same trigger and action).
Thank you!