Skip to main content

Notifications

Power Automate - General Discussion
Answered

Attachments variable And Image Variable In one column

(0) ShareShare
ReportReport
Posted on by

Hi 

 

I've two array varibles in flow one for the sharepoint list images and one for sharepoint list attachments 

 

But I'm not been able to pass these variable in  the attachment column of "send an email v2"

 

Emptyglasses_0-1678857139439.pngEmptyglasses_1-1678857163404.png

 

Emptyglasses_2-1678857196682.pngEmptyglasses_3-1678857232596.png

 

Only one variable is accepting 

 

Could anyone have a better idea on how to handle the situation 

Categories:
  • Re: Attachments variable And Image Variable In one column

    Hi thanks for the advice 

     

    worked perfectly fine in my condition

     

    json(concat('[',join(variables('AttachValue'),','),',',join(variables('ImageV'),','),']'))
    Spoiler (Highlight to read)
    Emptyglasses_0-1678859649850.png

     

     
    Thanks man
  • Verified answer
    Re: Attachments variable And Image Variable In one column

    Hi @Anonymous ,

     

    Unfortunately we can only use one array in email attachments, you can try to append all files to the same array. Or you can try to combine your two arrays in the following way.

    json(concat('[',join(variables('A'),','),',',join(variables('B'),','),']'))

    vdezhilimsft_0-1678858645806.png

    vdezhilimsft_1-1678858670764.png

    Best Regards,

    Dezhi

     

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,666

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,996

Leaderboard