Hi,
I have a Flow in its most basic form.
When an item or file is modified
Condition (Has specific column been modified)
Send an email.
I managed to get one attachment array to work using a SharePoint document library with ‘Get file properties’.
initialise variable
Get files (properties only)
Apply to each
Get file content
Append to array
I want to combine this with the attachment array for ‘Get attachment’.
‘get attachments
Initialise variable
apple to each
get attachment content
append to to array variable
Send an email doesn’t support two arrays - what’s the best way to merge these both?
Step by step flow would be greatly appreciated.
Kind regards,
Gerard.