The template called "Save email attachments to a SharePoint library and receive a notification" has a control called "Create fileScope". When I try to make my own flow, I cannot make this control. Instead, it automatically creates the "Apply to each" control. In both cases, I grab email attachments from Outlook 365. How do I auto-generate a "Create fileScope" control instead of an "Apply to each" control? I understand that the "attachments" objects returns an array.
Here is an example that you can replicate:
Step 1: When new email arrives from Outlook 365
Step 2: Sharepoint Create file
Solved! Go to Solution.
Hi @OkayGoogle,
In fact, this "Create fileScope" control is the named control of "Apply to each". Just to understand the function of the control, so it will be renamed.
The "attachments" objects return an array, so it should be input a loop though to access each member, please feel free, go on using it.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @OkayGoogle,
In fact, this "Create fileScope" control is the named control of "Apply to each". Just to understand the function of the control, so it will be renamed.
The "attachments" objects return an array, so it should be input a loop though to access each member, please feel free, go on using it.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you for clarifying this! I was searching for a specific control when it was actually just a renamed "Apply to each" control.
User | Count |
---|---|
88 | |
40 | |
23 | |
20 | |
16 |
User | Count |
---|---|
129 | |
50 | |
48 | |
35 | |
26 |